Color Hex Logo

#9998cd Color Hex

#9998CD
(153,152,205)
0 Favorites   0 Comments

Color spaces of #9998cd

RGB 153152205
HSL0.670.350.70
HSV241°26°80°
CMYK 0.250.260.00   0.20
XYZ35.384633.636662.3851
Yxy33.63660.26930.2560
Hunter Lab57.99717.4098-23.1779
CIE-Lab64.673111.9614-27.0215

#9998cd color RGB value is (153,152,205).

#9998cd hex color red value is 153, green value is 152 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9998cd hue: 0.67 , saturation: 0.35 and the lightness value of 9998cd is 0.70.

The process color (four color CMYK) of #9998cd color hex is 0.25, 0.26, 0.00, 0.20. Web safe color of #9998cd is #9999cc. Color #9998cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011000 11001101
Octal 231 230 315
Decimal 153 152 205
Hex 99 98 CD

RGB Percentages of Color #9998cd

%30.00
%29.80
%40.20

CMYK Percentages of Color #9998cd

%25
%26
%0
%20

Triadic Colors of #9998cd

#9998cd #cd9998 #98cd99

Analogous Colors of #9998cd

#9998cd #b498cd #98b2cd

Monochromatic Colors of #9998cd

#9998cd

Complementary Color

#9998cd #cccd98

#9998cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9998cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9998cd Color CSS Codes

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

#9998cd Text Font Color

<p style="color:#9998cd">Text here</p>

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


#9998cd Background Color

<div style="background-color:#9998cd">
Div content here</div>

This div background color is #9998cd


#9998cd Border Color

<div style="border:3px solid #9998cd">
Div here</div>

This div border color is #9998cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,152,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9998cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9998cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9998cd;
  box-shadow:         1px 1px 3px 2px #9998cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9998cd


Comments

No comments written yet.

Please login to write comment.