Color Hex Logo

#2987bc Color Hex

#2987BC
(41,135,188)
0 Favorites   0 Comments

Color spaces of #2987bc

RGB 41135188
HSL0.560.640.45
HSV202°78°74°
CMYK 0.780.280.00   0.26
XYZ18.655521.430250.7301
Yxy21.43020.20540.2360
Hunter Lab46.2928-9.0787-32.5682
CIE-Lab53.4171-8.6360-35.3629

#2987bc color RGB value is (41,135,188).

#2987bc hex color red value is 41, green value is 135 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #2987bc hue: 0.56 , saturation: 0.64 and the lightness value of 2987bc is 0.45.

The process color (four color CMYK) of #2987bc color hex is 0.78, 0.28, 0.00, 0.26. Web safe color of #2987bc is #3399cc. Color #2987bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000111 10111100
Octal 51 207 274
Decimal 41 135 188
Hex 29 87 BC

RGB Percentages of Color #2987bc

%11.26
%37.09
%51.65

CMYK Percentages of Color #2987bc

%78
%28
%0
%26

Triadic Colors of #2987bc

#2987bc #bc2987 #87bc29

Analogous Colors of #2987bc

#2987bc #293dbc #29bca8

Monochromatic Colors of #2987bc

#2987bc

Complementary Color

#2987bc #bc5e29

#2987bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2987bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2987bc Color CSS Codes

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

#2987bc Text Font Color

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

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


#2987bc Background Color

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

This div background color is #2987bc


#2987bc Border Color

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

This div border color is #2987bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,135,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2987bc


Comments

No comments written yet.

Please login to write comment.