Color Hex Logo

#2987cd Color Hex

#2987CD
(41,135,205)
0 Favorites   0 Comments

Color spaces of #2987cd

RGB 41135205
HSL0.570.670.48
HSV206°80°80°
CMYK 0.800.340.00   0.20
XYZ20.597922.207160.9584
Yxy22.20710.19850.2140
Hunter Lab47.1244-4.4460-43.7083
CIE-Lab54.2461-2.4551-43.7230

#2987cd color RGB value is (41,135,205).

#2987cd hex color red value is 41, green value is 135 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #2987cd hue: 0.57 , saturation: 0.67 and the lightness value of 2987cd is 0.48.

The process color (four color CMYK) of #2987cd color hex is 0.80, 0.34, 0.00, 0.20. Web safe color of #2987cd is #3399cc. Color #2987cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000111 11001101
Octal 51 207 315
Decimal 41 135 205
Hex 29 87 CD

RGB Percentages of Color #2987cd

%10.76
%35.43
%53.81

CMYK Percentages of Color #2987cd

%80
%34
%0
%20

Triadic Colors of #2987cd

#2987cd #cd2987 #87cd29

Analogous Colors of #2987cd

#2987cd #2935cd #29cdc1

Monochromatic Colors of #2987cd

#2987cd

Complementary Color

#2987cd #cd6f29

#2987cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2987cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2987cd Color CSS Codes

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

#2987cd Text Font Color

<p style="color:#2987cd">Text here</p>

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


#2987cd Background Color

<div style="background-color:#2987cd">
Div content here</div>

This div background color is #2987cd


#2987cd Border Color

<div style="border:3px solid #2987cd">
Div here</div>

This div border color is #2987cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,135,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2987cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2987cd;
  -webkit-box-shadow: 1px 1px 3px 2px #2987cd;
  box-shadow:         1px 1px 3px 2px #2987cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,135,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 #2987cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2987cd


Comments

No comments written yet.

Please login to write comment.