Color Hex Logo

#057cca Color Hex

#057CCA
(5,124,202)
0 Favorites   0 Comments

Color spaces of #057cca

RGB 5124202
HSL0.570.950.41
HSV204°98°79°
CMYK 0.980.390.00   0.21
XYZ17.930918.711858.5438
Yxy18.71180.18840.1966
Hunter Lab43.2571-1.7084-49.9625
CIE-Lab50.34830.7799-48.2375

#057cca color RGB value is (5,124,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111100 11001010
Octal 5 174 312
Decimal 5 124 202
Hex 5 7C CA

RGB Percentages of Color #057cca

%1.51
%37.46
%61.03

CMYK Percentages of Color #057cca

%98
%39
%0
%21

Triadic Colors of #057cca

#057cca #ca057c #7cca05

Analogous Colors of #057cca

#057cca #0519ca #05cab6

Monochromatic Colors of #057cca

#057cca

Complementary Color

#057cca #ca5305

#057cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#057cca Color CSS Codes

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

#057cca Text Font Color

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

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


#057cca Background Color

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

This div background color is #057cca


#057cca Border Color

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

This div border color is #057cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057cca


Comments

No comments written yet.

Please login to write comment.