Color Hex Logo

#998ccd Color Hex

#998CCD
(153,140,205)
0 Favorites   0 Comments

Color spaces of #998ccd

RGB 153140205
HSL0.700.390.68
HSV252°32°80°
CMYK 0.250.320.00   0.20
XYZ33.534429.936261.7684
Yxy29.93620.26780.2390
Hunter Lab54.714013.6538-28.6346
CIE-Lab61.599118.8294-31.7722

#998ccd color RGB value is (153,140,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001100 11001101
Octal 231 214 315
Decimal 153 140 205
Hex 99 8C CD

RGB Percentages of Color #998ccd

%30.72
%28.11
%41.16

CMYK Percentages of Color #998ccd

%25
%32
%0
%20

Triadic Colors of #998ccd

#998ccd #cd998c #8ccd99

Analogous Colors of #998ccd

#998ccd #ba8ccd #8ca0cd

Monochromatic Colors of #998ccd

#998ccd

Complementary Color

#998ccd #c0cd8c

#998ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#998ccd Color CSS Codes

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

#998ccd Text Font Color

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

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


#998ccd Background Color

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

This div background color is #998ccd


#998ccd Border Color

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

This div border color is #998ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998ccd


Comments

No comments written yet.

Please login to write comment.