Color Hex Logo

#9887ea Color Hex

#9887EA
(152,135,234)
0 Favorites   0 Comments

Color spaces of #9887ea

RGB 152135234
HSL0.700.700.72
HSV250°42°92°
CMYK 0.350.420.00   0.08
XYZ36.464229.943981.6998
Yxy29.94390.24620.2022
Hunter Lab54.721023.1845-50.2167
CIE-Lab61.605828.8040-47.9368

#9887ea color RGB value is (152,135,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000111 11101010
Octal 230 207 352
Decimal 152 135 234
Hex 98 87 EA

RGB Percentages of Color #9887ea

%29.17
%25.91
%44.91

CMYK Percentages of Color #9887ea

%35
%42
%0
%8

Triadic Colors of #9887ea

#9887ea #ea9887 #87ea98

Analogous Colors of #9887ea

#9887ea #ca87ea #87a8ea

Monochromatic Colors of #9887ea

#9887ea

Complementary Color

#9887ea #d9ea87

#9887ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9887ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9887ea Color CSS Codes

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

#9887ea Text Font Color

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

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


#9887ea Background Color

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

This div background color is #9887ea


#9887ea Border Color

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

This div border color is #9887ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9887ea


Comments

No comments written yet.

Please login to write comment.