Color Hex Logo

#2987be Color Hex

#2987BE
(41,135,190)
0 Favorites   0 Comments

Color spaces of #2987be

RGB 41135190
HSL0.560.650.45
HSV202°78°75°
CMYK 0.780.290.00   0.25
XYZ18.872721.517151.8737
Yxy21.51710.20460.2332
Hunter Lab46.3865-8.5524-33.8330
CIE-Lab53.5108-7.9165-36.3578

#2987be color RGB value is (41,135,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000111 10111110
Octal 51 207 276
Decimal 41 135 190
Hex 29 87 BE

RGB Percentages of Color #2987be

%11.20
%36.89
%51.91

CMYK Percentages of Color #2987be

%78
%29
%0
%25

Triadic Colors of #2987be

#2987be #be2987 #87be29

Analogous Colors of #2987be

#2987be #293dbe #29beab

Monochromatic Colors of #2987be

#2987be

Complementary Color

#2987be #be6029

#2987be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2987be Color Preview on White Background

Lorem ipsum dolor sit amet.

#2987be Color CSS Codes

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

#2987be Text Font Color

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

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


#2987be Background Color

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

This div background color is #2987be


#2987be Border Color

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

This div border color is #2987be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2987be


Comments

No comments written yet.

Please login to write comment.