Color Hex Logo

#9a98de Color Hex

#9A98DE
(154,152,222)
0 Favorites   0 Comments

Color spaces of #9a98de

RGB 154152222
HSL0.670.510.73
HSV242°32°87°
CMYK 0.310.320.00   0.13
XYZ37.739534.600473.7967
Yxy34.60040.25820.2368
Hunter Lab58.822111.5846-33.2082
CIE-Lab65.436416.4800-35.2725

#9a98de color RGB value is (154,152,222).

#9a98de hex color red value is 154, green value is 152 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9a98de hue: 0.67 , saturation: 0.51 and the lightness value of 9a98de is 0.73.

The process color (four color CMYK) of #9a98de color hex is 0.31, 0.32, 0.00, 0.13. Web safe color of #9a98de is #9999cc. Color #9a98de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10011000 11011110
Octal 232 230 336
Decimal 154 152 222
Hex 9A 98 DE

RGB Percentages of Color #9a98de

%29.17
%28.79
%42.05

CMYK Percentages of Color #9a98de

%31
%32
%0
%13

Triadic Colors of #9a98de

#9a98de #de9a98 #98de9a

Analogous Colors of #9a98de

#9a98de #bd98de #98b9de

Monochromatic Colors of #9a98de

#9a98de

Complementary Color

#9a98de #dcde98

#9a98de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a98de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a98de Color CSS Codes

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

#9a98de Text Font Color

<p style="color:#9a98de">Text here</p>

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


#9a98de Background Color

<div style="background-color:#9a98de">
Div content here</div>

This div background color is #9a98de


#9a98de Border Color

<div style="border:3px solid #9a98de">
Div here</div>

This div border color is #9a98de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,152,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a98de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a98de;
  -webkit-box-shadow: 1px 1px 3px 2px #9a98de;
  box-shadow:         1px 1px 3px 2px #9a98de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a98de


Comments

No comments written yet.

Please login to write comment.