Color Hex Logo

#8087ea Color Hex

#8087EA
(128,135,234)
1 Favorites   0 Comments

Color spaces of #8087ea

RGB 128135234
HSL0.660.720.71
HSV236°45°92°
CMYK 0.450.420.00   0.08
XYZ32.417327.857781.5104
Yxy27.85770.22860.1965
Hunter Lab52.780417.2676-54.6171
CIE-Lab59.760022.7894-50.9787

#8087ea color RGB value is (128,135,234).

#8087ea hex color red value is 128, green value is 135 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8087ea hue: 0.66 , saturation: 0.72 and the lightness value of 8087ea is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000111 11101010
Octal 200 207 352
Decimal 128 135 234
Hex 80 87 EA

RGB Percentages of Color #8087ea

%25.75
%27.16
%47.08

CMYK Percentages of Color #8087ea

%45
%42
%0
%8

Triadic Colors of #8087ea

#8087ea #ea8087 #87ea80

Analogous Colors of #8087ea

#8087ea #ae80ea #80bcea

Monochromatic Colors of #8087ea

#8087ea

Complementary Color

#8087ea #eae380

#8087ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8087ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8087ea Color CSS Codes

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

#8087ea Text Font Color

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

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


#8087ea Background Color

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

This div background color is #8087ea


#8087ea Border Color

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

This div border color is #8087ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,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 #8087ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8087ea


Comments

No comments written yet.

Please login to write comment.