Color Hex Logo

#6087ec Color Hex

#6087EC
(96,135,236)
0 Favorites   0 Comments

Color spaces of #6087ec

RGB 96135236
HSL0.620.790.65
HSV223°59°93°
CMYK 0.590.430.00   0.07
XYZ28.628225.870982.8416
Yxy25.87090.20840.1884
Hunter Lab50.863411.4567-60.9616
CIE-Lab57.914316.5662-55.1442

#6087ec color RGB value is (96,135,236).

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

The process color (four color CMYK) of #6087ec color hex is 0.59, 0.43, 0.00, 0.07. Web safe color of #6087ec is #6699ff. Color #6087ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000111 11101100
Octal 140 207 354
Decimal 96 135 236
Hex 60 87 EC

RGB Percentages of Color #6087ec

%20.56
%28.91
%50.54

CMYK Percentages of Color #6087ec

%59
%43
%0
%7

Triadic Colors of #6087ec

#6087ec #ec6087 #87ec60

Analogous Colors of #6087ec

#6087ec #7f60ec #60cdec

Monochromatic Colors of #6087ec

#6087ec

Complementary Color

#6087ec #ecc560

#6087ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6087ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6087ec Color CSS Codes

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

#6087ec Text Font Color

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

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


#6087ec Background Color

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

This div background color is #6087ec


#6087ec Border Color

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

This div border color is #6087ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6087ec


Comments

No comments written yet.

Please login to write comment.