Color Hex Logo

#057cdd Color Hex

#057CDD
(5,124,221)
0 Favorites   0 Comments

Color spaces of #057cdd

RGB 5124221
HSL0.570.960.44
HSV207°98°87°
CMYK 0.980.440.00   0.13
XYZ20.321419.668071.1319
Yxy19.66800.18290.1770
Hunter Lab44.34864.1821-64.0527
CIE-Lab51.45978.2049-57.2295

#057cdd color RGB value is (5,124,221).

#057cdd hex color red value is 5, green value is 124 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #057cdd hue: 0.57 , saturation: 0.96 and the lightness value of 057cdd is 0.44.

The process color (four color CMYK) of #057cdd color hex is 0.98, 0.44, 0.00, 0.13. Web safe color of #057cdd is #0066cc. Color #057cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111100 11011101
Octal 5 174 335
Decimal 5 124 221
Hex 5 7C DD

RGB Percentages of Color #057cdd

%1.43
%35.43
%63.14

CMYK Percentages of Color #057cdd

%98
%44
%0
%13

Triadic Colors of #057cdd

#057cdd #dd057c #7cdd05

Analogous Colors of #057cdd

#057cdd #0510dd #05ddd2

Monochromatic Colors of #057cdd

#057cdd

Complementary Color

#057cdd #dd6605

#057cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#057cdd Color CSS Codes

.mybgcolor {background-color:#057cdd; } 
.myforecolor {color:#057cdd; }
.mybordercolor {border:3px solid #057cdd; }

#057cdd Text Font Color

<p style="color:#057cdd">Text here</p>

This sample text font color is #057cdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#057cdd Background Color

<div style="background-color:#057cdd">
Div content here</div>

This div background color is #057cdd


#057cdd Border Color

<div style="border:3px solid #057cdd">
Div here</div>

This div border color is #057cdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,124,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #057cdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #057cdd;
  -webkit-box-shadow: 1px 1px 3px 2px #057cdd;
  box-shadow:         1px 1px 3px 2px #057cdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,124,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #057cdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #057cdd;
  -webkit-box-shadow: 1px 1px 3px 2px #057cdd;
  box-shadow:         1px 1px 3px 2px #057cdd;">
Div content here</div>

This div box has shadow with color #057cdd


Comments

No comments written yet.

Please login to write comment.