Color Hex Logo

#6087ea Color Hex

#6087EA
(96,135,234)
1 Favorites   0 Comments

Color spaces of #6087ea

RGB 96135234
HSL0.620.770.65
HSV223°59°92°
CMYK 0.590.420.00   0.08
XYZ28.339125.755381.3195
Yxy25.75530.20930.1902
Hunter Lab50.749710.8641-59.4794
CIE-Lab57.804015.9094-54.2091

#6087ea color RGB value is (96,135,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000111 11101010
Octal 140 207 352
Decimal 96 135 234
Hex 60 87 EA

RGB Percentages of Color #6087ea

%20.65
%29.03
%50.32

CMYK Percentages of Color #6087ea

%59
%42
%0
%8

Triadic Colors of #6087ea

#6087ea #ea6087 #87ea60

Analogous Colors of #6087ea

#6087ea #7e60ea #60ccea

Monochromatic Colors of #6087ea

#6087ea

Complementary Color

#6087ea #eac360

#6087ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6087ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6087ea Color CSS Codes

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

#6087ea Text Font Color

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

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


#6087ea Background Color

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

This div background color is #6087ea


#6087ea Border Color

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

This div border color is #6087ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6087ea


Comments

No comments written yet.

Please login to write comment.