Color Hex Logo

#6087ef Color Hex

#6087EF
(96,135,239)
0 Favorites   0 Comments

Color spaces of #6087ef

RGB 96135239
HSL0.620.820.66
HSV224°60°94°
CMYK 0.600.440.00   0.06
XYZ29.067826.046785.1568
Yxy26.04670.20720.1857
Hunter Lab51.036012.3527-63.2040
CIE-Lab58.081417.5530-56.5415

#6087ef color RGB value is (96,135,239).

#6087ef hex color red value is 96, green value is 135 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6087ef hue: 0.62 , saturation: 0.82 and the lightness value of 6087ef is 0.66.

The process color (four color CMYK) of #6087ef color hex is 0.60, 0.44, 0.00, 0.06. Web safe color of #6087ef is #6699ff. Color #6087ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000111 11101111
Octal 140 207 357
Decimal 96 135 239
Hex 60 87 EF

RGB Percentages of Color #6087ef

%20.43
%28.72
%50.85

CMYK Percentages of Color #6087ef

%60
%44
%0
%6

Triadic Colors of #6087ef

#6087ef #ef6087 #87ef60

Analogous Colors of #6087ef

#6087ef #8160ef #60cfef

Monochromatic Colors of #6087ef

#6087ef

Complementary Color

#6087ef #efc860

#6087ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6087ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6087ef Color CSS Codes

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

#6087ef Text Font Color

<p style="color:#6087ef">Text here</p>

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


#6087ef Background Color

<div style="background-color:#6087ef">
Div content here</div>

This div background color is #6087ef


#6087ef Border Color

<div style="border:3px solid #6087ef">
Div here</div>

This div border color is #6087ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,135,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6087ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6087ef;
  -webkit-box-shadow: 1px 1px 3px 2px #6087ef;
  box-shadow:         1px 1px 3px 2px #6087ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6087ef


Comments

No comments written yet.

Please login to write comment.