Color Hex Logo

#2987af Color Hex

#2987AF
(41,135,175)
0 Favorites   0 Comments

Color spaces of #2987af

RGB 41135175
HSL0.550.620.42
HSV198°77°69°
CMYK 0.770.230.00   0.31
XYZ17.316320.894543.6778
Yxy20.89450.21150.2552
Hunter Lab45.7105-12.3730-24.6561
CIE-Lab52.8338-13.2482-28.8226

#2987af color RGB value is (41,135,175).

#2987af hex color red value is 41, green value is 135 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2987af hue: 0.55 , saturation: 0.62 and the lightness value of 2987af is 0.42.

The process color (four color CMYK) of #2987af color hex is 0.77, 0.23, 0.00, 0.31. Web safe color of #2987af is #339999. Color #2987af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000111 10101111
Octal 51 207 257
Decimal 41 135 175
Hex 29 87 AF

RGB Percentages of Color #2987af

%11.68
%38.46
%49.86

CMYK Percentages of Color #2987af

%77
%23
%0
%31

Triadic Colors of #2987af

#2987af #af2987 #87af29

Analogous Colors of #2987af

#2987af #2944af #29af94

Monochromatic Colors of #2987af

#2987af

Complementary Color

#2987af #af5129

#2987af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2987af Color Preview on White Background

Lorem ipsum dolor sit amet.

#2987af Color CSS Codes

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

#2987af Text Font Color

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

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


#2987af Background Color

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

This div background color is #2987af


#2987af Border Color

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

This div border color is #2987af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2987af


Comments

No comments written yet.

Please login to write comment.