Color Hex Logo

#057ecd Color Hex

#057ECD
(5,126,205)
0 Favorites   0 Comments

Color spaces of #057ecd

RGB 5126205
HSL0.570.950.41
HSV204°98°80°
CMYK 0.980.390.00   0.20
XYZ18.542919.361860.5175
Yxy19.36180.18840.1967
Hunter Lab44.0020-1.7819-50.7421
CIE-Lab51.10780.7321-48.7354

#057ecd color RGB value is (5,126,205).

#057ecd hex color red value is 5, green value is 126 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #057ecd hue: 0.57 , saturation: 0.95 and the lightness value of 057ecd is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111110 11001101
Octal 5 176 315
Decimal 5 126 205
Hex 5 7E CD

RGB Percentages of Color #057ecd

%1.49
%37.50
%61.01

CMYK Percentages of Color #057ecd

%98
%39
%0
%20

Triadic Colors of #057ecd

#057ecd #cd057e #7ecd05

Analogous Colors of #057ecd

#057ecd #051acd #05cdb8

Monochromatic Colors of #057ecd

#057ecd

Complementary Color

#057ecd #cd5405

#057ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#057ecd Color CSS Codes

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

#057ecd Text Font Color

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

This sample text font color is #057ecd
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.


#057ecd Background Color

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

This div background color is #057ecd


#057ecd Border Color

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

This div border color is #057ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057ecd


Comments

No comments written yet.

Please login to write comment.