Color Hex Logo

#998cca Color Hex

#998CCA
(153,140,202)
0 Favorites   0 Comments

Color spaces of #998cca

RGB 153140202
HSL0.700.370.67
HSV253°31°79°
CMYK 0.240.310.00   0.21
XYZ33.175629.792759.8791
Yxy29.79270.27010.2425
Hunter Lab54.582712.9734-26.8353
CIE-Lab61.474918.1001-30.2808

#998cca color RGB value is (153,140,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001100 11001010
Octal 231 214 312
Decimal 153 140 202
Hex 99 8C CA

RGB Percentages of Color #998cca

%30.91
%28.28
%40.81

CMYK Percentages of Color #998cca

%24
%31
%0
%21

Triadic Colors of #998cca

#998cca #ca998c #8cca99

Analogous Colors of #998cca

#998cca #b88cca #8c9eca

Monochromatic Colors of #998cca

#998cca

Complementary Color

#998cca #bdca8c

#998cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#998cca Color CSS Codes

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

#998cca Text Font Color

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

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


#998cca Background Color

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

This div background color is #998cca


#998cca Border Color

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

This div border color is #998cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998cca


Comments

No comments written yet.

Please login to write comment.