Color Hex Logo

#998cdd Color Hex

#998CDD
(153,140,221)
0 Favorites   0 Comments

Color spaces of #998cdd

RGB 153140221
HSL0.690.540.71
HSV250°37°87°
CMYK 0.310.370.00   0.13
XYZ35.566130.748972.4672
Yxy30.74890.25630.2216
Hunter Lab55.451717.4475-38.6671
CIE-Lab62.295122.8253-39.6271

#998cdd color RGB value is (153,140,221).

#998cdd hex color red value is 153, green value is 140 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #998cdd hue: 0.69 , saturation: 0.54 and the lightness value of 998cdd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001100 11011101
Octal 231 214 335
Decimal 153 140 221
Hex 99 8C DD

RGB Percentages of Color #998cdd

%29.77
%27.24
%43.00

CMYK Percentages of Color #998cdd

%31
%37
%0
%13

Triadic Colors of #998cdd

#998cdd #dd998c #8cdd99

Analogous Colors of #998cdd

#998cdd #c28cdd #8ca8dd

Monochromatic Colors of #998cdd

#998cdd

Complementary Color

#998cdd #d0dd8c

#998cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#998cdd Color CSS Codes

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

#998cdd Text Font Color

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

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


#998cdd Background Color

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

This div background color is #998cdd


#998cdd Border Color

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

This div border color is #998cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998cdd


Comments

No comments written yet.

Please login to write comment.