Color Hex Logo

#9889ca Color Hex

#9889CA
(152,137,202)
0 Favorites   0 Comments

Color spaces of #9889ca

RGB 152137202
HSL0.710.380.66
HSV254°32°79°
CMYK 0.250.320.00   0.21
XYZ32.555228.831059.7262
Yxy28.83100.26880.2381
Hunter Lab53.694514.2599-28.3641
CIE-Lab60.632219.5244-31.5942

#9889ca color RGB value is (152,137,202).

#9889ca hex color red value is 152, green value is 137 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9889ca hue: 0.71 , saturation: 0.38 and the lightness value of 9889ca is 0.66.

The process color (four color CMYK) of #9889ca color hex is 0.25, 0.32, 0.00, 0.21. Web safe color of #9889ca is #9999cc. Color #9889ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001001 11001010
Octal 230 211 312
Decimal 152 137 202
Hex 98 89 CA

RGB Percentages of Color #9889ca

%30.96
%27.90
%41.14

CMYK Percentages of Color #9889ca

%25
%32
%0
%21

Triadic Colors of #9889ca

#9889ca #ca9889 #89ca98

Analogous Colors of #9889ca

#9889ca #b989ca #899bca

Monochromatic Colors of #9889ca

#9889ca

Complementary Color

#9889ca #bbca89

#9889ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9889ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9889ca Color CSS Codes

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

#9889ca Text Font Color

<p style="color:#9889ca">Text here</p>

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


#9889ca Background Color

<div style="background-color:#9889ca">
Div content here</div>

This div background color is #9889ca


#9889ca Border Color

<div style="border:3px solid #9889ca">
Div here</div>

This div border color is #9889ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,137,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9889ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9889ca;
  -webkit-box-shadow: 1px 1px 3px 2px #9889ca;
  box-shadow:         1px 1px 3px 2px #9889ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,137,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9889ca


Comments

No comments written yet.

Please login to write comment.