Color Hex Logo

#2876cf Color Hex

#2876CF
(40,118,207)
0 Favorites   0 Comments

Color spaces of #2876cf

RGB 40118207
HSL0.590.680.48
HSV212°81°81°
CMYK 0.810.430.00   0.19
XYZ18.616017.913061.5079
Yxy17.91300.18990.1827
Hunter Lab42.32384.4462-56.5378
CIE-Lab49.39048.5154-52.5886

#2876cf color RGB value is (40,118,207).

#2876cf hex color red value is 40, green value is 118 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #2876cf hue: 0.59 , saturation: 0.68 and the lightness value of 2876cf is 0.48.

The process color (four color CMYK) of #2876cf color hex is 0.81, 0.43, 0.00, 0.19. Web safe color of #2876cf is #3366cc. Color #2876cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01110110 11001111
Octal 50 166 317
Decimal 40 118 207
Hex 28 76 CF

RGB Percentages of Color #2876cf

%10.96
%32.33
%56.71

CMYK Percentages of Color #2876cf

%81
%43
%0
%19

Triadic Colors of #2876cf

#2876cf #cf2876 #76cf28

Analogous Colors of #2876cf

#2876cf #2e28cf #28cacf

Monochromatic Colors of #2876cf

#2876cf

Complementary Color

#2876cf #cf8128

#2876cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2876cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2876cf Color CSS Codes

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

#2876cf Text Font Color

<p style="color:#2876cf">Text here</p>

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


#2876cf Background Color

<div style="background-color:#2876cf">
Div content here</div>

This div background color is #2876cf


#2876cf Border Color

<div style="border:3px solid #2876cf">
Div here</div>

This div border color is #2876cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,118,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2876cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2876cf;
  -webkit-box-shadow: 1px 1px 3px 2px #2876cf;
  box-shadow:         1px 1px 3px 2px #2876cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2876cf


Comments

No comments written yet.

Please login to write comment.