Color Hex Logo

#2859cc Color Hex

#2859CC
(40,89,204)
0 Favorites   0 Comments

Color spaces of #2859cc

RGB 4089204
HSL0.620.670.48
HSV222°80°80°
CMYK 0.800.560.00   0.20
XYZ15.346511.955558.6255
Yxy11.95550.17860.1391
Hunter Lab34.576718.7160-76.3236
CIE-Lab41.145325.9502-64.1803

#2859cc color RGB value is (40,89,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 01011001 11001100
Octal 50 131 314
Decimal 40 89 204
Hex 28 59 CC

RGB Percentages of Color #2859cc

%12.01
%26.73
%61.26

CMYK Percentages of Color #2859cc

%80
%56
%0
%20

Triadic Colors of #2859cc

#2859cc #cc2859 #59cc28

Analogous Colors of #2859cc

#2859cc #4928cc #28abcc

Monochromatic Colors of #2859cc

#2859cc

Complementary Color

#2859cc #cc9b28

#2859cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2859cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2859cc Color CSS Codes

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

#2859cc Text Font Color

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

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


#2859cc Background Color

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

This div background color is #2859cc


#2859cc Border Color

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

This div border color is #2859cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,89,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 #2859cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2859cc


Comments

No comments written yet.

Please login to write comment.