Color Hex Logo

#9988e9 Color Hex

#9988E9
(153,136,233)
0 Favorites   0 Comments

Color spaces of #9988e9

RGB 153136233
HSL0.700.690.72
HSV251°42°91°
CMYK 0.340.420.00   0.09
XYZ36.649030.263881.0007
Yxy30.26380.24780.2046
Hunter Lab55.012522.6436-48.7901
CIE-Lab61.881228.2298-46.9422

#9988e9 color RGB value is (153,136,233).

#9988e9 hex color red value is 153, green value is 136 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #9988e9 hue: 0.70 , saturation: 0.69 and the lightness value of 9988e9 is 0.72.

The process color (four color CMYK) of #9988e9 color hex is 0.34, 0.42, 0.00, 0.09. Web safe color of #9988e9 is #9999ff. Color #9988e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001000 11101001
Octal 231 210 351
Decimal 153 136 233
Hex 99 88 E9

RGB Percentages of Color #9988e9

%29.31
%26.05
%44.64

CMYK Percentages of Color #9988e9

%34
%42
%0
%9

Triadic Colors of #9988e9

#9988e9 #e99988 #88e999

Analogous Colors of #9988e9

#9988e9 #ca88e9 #88a8e9

Monochromatic Colors of #9988e9

#9988e9

Complementary Color

#9988e9 #d8e988

#9988e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9988e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9988e9 Color CSS Codes

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

#9988e9 Text Font Color

<p style="color:#9988e9">Text here</p>

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


#9988e9 Background Color

<div style="background-color:#9988e9">
Div content here</div>

This div background color is #9988e9


#9988e9 Border Color

<div style="border:3px solid #9988e9">
Div here</div>

This div border color is #9988e9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,136,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9988e9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9988e9;
  -webkit-box-shadow: 1px 1px 3px 2px #9988e9;
  box-shadow:         1px 1px 3px 2px #9988e9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,136,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9988e9


Comments

No comments written yet.

Please login to write comment.