Color Hex Logo

#998ccf Color Hex

#998CCF
(153,140,207)
0 Favorites   0 Comments

Color spaces of #998ccf

RGB 153140207
HSL0.700.410.68
HSV252°32°81°
CMYK 0.260.320.00   0.19
XYZ33.777430.033563.0483
Yxy30.03350.26630.2367
Hunter Lab54.802814.1125-29.8486
CIE-Lab61.683119.3188-32.7631

#998ccf color RGB value is (153,140,207).

#998ccf hex color red value is 153, green value is 140 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #998ccf hue: 0.70 , saturation: 0.41 and the lightness value of 998ccf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001100 11001111
Octal 231 214 317
Decimal 153 140 207
Hex 99 8C CF

RGB Percentages of Color #998ccf

%30.60
%28.00
%41.40

CMYK Percentages of Color #998ccf

%26
%32
%0
%19

Triadic Colors of #998ccf

#998ccf #cf998c #8ccf99

Analogous Colors of #998ccf

#998ccf #bb8ccf #8ca1cf

Monochromatic Colors of #998ccf

#998ccf

Complementary Color

#998ccf #c2cf8c

#998ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#998ccf Color CSS Codes

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

#998ccf Text Font Color

<p style="color:#998ccf">Text here</p>

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


#998ccf Background Color

<div style="background-color:#998ccf">
Div content here</div>

This div background color is #998ccf


#998ccf Border Color

<div style="border:3px solid #998ccf">
Div here</div>

This div border color is #998ccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,140,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 #998ccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998ccf


Comments

No comments written yet.

Please login to write comment.