Color Hex Logo

#998ccc Color Hex

#998CCC
(153,140,204)
0 Favorites   0 Comments

Color spaces of #998ccc

RGB 153140204
HSL0.700.390.67
HSV252°31°80°
CMYK 0.250.310.00   0.20
XYZ33.414029.888161.1346
Yxy29.88810.26850.2402
Hunter Lab54.670013.4257-28.0319
CIE-Lab61.557618.5853-31.2757

#998ccc color RGB value is (153,140,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001100 11001100
Octal 231 214 314
Decimal 153 140 204
Hex 99 8C CC

RGB Percentages of Color #998ccc

%30.78
%28.17
%41.05

CMYK Percentages of Color #998ccc

%25
%31
%0
%20

Triadic Colors of #998ccc

#998ccc #cc998c #8ccc99

Analogous Colors of #998ccc

#998ccc #b98ccc #8c9fcc

Monochromatic Colors of #998ccc

#998ccc

Complementary Color

#998ccc #bfcc8c

#998ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#998ccc Color CSS Codes

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

#998ccc Text Font Color

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

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


#998ccc Background Color

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

This div background color is #998ccc


#998ccc Border Color

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

This div border color is #998ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998ccc


Comments

No comments written yet.

Please login to write comment.