Color Hex Logo

#9998cf Color Hex

#9998CF
(153,152,207)
0 Favorites   0 Comments

Color spaces of #9998cf

RGB 153152207
HSL0.670.360.70
HSV241°27°81°
CMYK 0.260.270.00   0.19
XYZ35.627633.733863.6650
Yxy33.73380.26780.2536
Hunter Lab58.08087.8531-24.3339
CIE-Lab64.750712.4483-28.0159

#9998cf color RGB value is (153,152,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011000 11001111
Octal 231 230 317
Decimal 153 152 207
Hex 99 98 CF

RGB Percentages of Color #9998cf

%29.88
%29.69
%40.43

CMYK Percentages of Color #9998cf

%26
%27
%0
%19

Triadic Colors of #9998cf

#9998cf #cf9998 #98cf99

Analogous Colors of #9998cf

#9998cf #b598cf #98b3cf

Monochromatic Colors of #9998cf

#9998cf

Complementary Color

#9998cf #cecf98

#9998cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9998cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9998cf Color CSS Codes

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

#9998cf Text Font Color

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

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


#9998cf Background Color

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

This div background color is #9998cf


#9998cf Border Color

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

This div border color is #9998cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9998cf


Comments

No comments written yet.

Please login to write comment.