Color Hex Logo

#2857cc Color Hex

#2857CC
(40,87,204)
0 Favorites   0 Comments

Color spaces of #2857cc

RGB 4087204
HSL0.620.670.48
HSV223°80°80°
CMYK 0.800.570.00   0.20
XYZ15.182411.627158.5708
Yxy11.62710.17780.1362
Hunter Lab34.098519.8048-77.9730
CIE-Lab40.617227.2525-65.0402

#2857cc color RGB value is (40,87,204).

#2857cc hex color red value is 40, green value is 87 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2857cc hue: 0.62 , saturation: 0.67 and the lightness value of 2857cc is 0.48.

The process color (four color CMYK) of #2857cc color hex is 0.80, 0.57, 0.00, 0.20. Web safe color of #2857cc is #3366cc. Color #2857cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01010111 11001100
Octal 50 127 314
Decimal 40 87 204
Hex 28 57 CC

RGB Percentages of Color #2857cc

%12.08
%26.28
%61.63

CMYK Percentages of Color #2857cc

%80
%57
%0
%20

Triadic Colors of #2857cc

#2857cc #cc2857 #57cc28

Analogous Colors of #2857cc

#2857cc #4b28cc #28a9cc

Monochromatic Colors of #2857cc

#2857cc

Complementary Color

#2857cc #cc9d28

#2857cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2857cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2857cc Color CSS Codes

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

#2857cc Text Font Color

<p style="color:#2857cc">Text here</p>

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


#2857cc Background Color

<div style="background-color:#2857cc">
Div content here</div>

This div background color is #2857cc


#2857cc Border Color

<div style="border:3px solid #2857cc">
Div here</div>

This div border color is #2857cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,87,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2857cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2857cc;
  -webkit-box-shadow: 1px 1px 3px 2px #2857cc;
  box-shadow:         1px 1px 3px 2px #2857cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,87,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2857cc


Comments

No comments written yet.

Please login to write comment.