Color Hex Logo

#287ebb Color Hex

#287EBB
(40,126,187)
0 Favorites   0 Comments

Color spaces of #287ebb

RGB 40126187
HSL0.570.650.45
HSV205°79°73°
CMYK 0.790.330.00   0.27
XYZ17.305618.960749.7614
Yxy18.96070.20120.2204
Hunter Lab43.5439-5.2607-37.2751
CIE-Lab50.6412-3.8555-39.1558

#287ebb color RGB value is (40,126,187).

#287ebb hex color red value is 40, green value is 126 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #287ebb hue: 0.57 , saturation: 0.65 and the lightness value of 287ebb is 0.45.

The process color (four color CMYK) of #287ebb color hex is 0.79, 0.33, 0.00, 0.27. Web safe color of #287ebb is #3366cc. Color #287ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01111110 10111011
Octal 50 176 273
Decimal 40 126 187
Hex 28 7E BB

RGB Percentages of Color #287ebb

%11.33
%35.69
%52.97

CMYK Percentages of Color #287ebb

%79
%33
%0
%27

Triadic Colors of #287ebb

#287ebb #bb287e #7ebb28

Analogous Colors of #287ebb

#287ebb #2835bb #28bbaf

Monochromatic Colors of #287ebb

#287ebb

Complementary Color

#287ebb #bb6528

#287ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#287ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#287ebb Color CSS Codes

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

#287ebb Text Font Color

<p style="color:#287ebb">Text here</p>

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


#287ebb Background Color

<div style="background-color:#287ebb">
Div content here</div>

This div background color is #287ebb


#287ebb Border Color

<div style="border:3px solid #287ebb">
Div here</div>

This div border color is #287ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,126,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #287ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #287ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #287ebb;
  box-shadow:         1px 1px 3px 2px #287ebb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #287ebb


Comments

No comments written yet.

Please login to write comment.