Color Hex Logo

#998cce Color Hex

#998CCE
(153,140,206)
0 Favorites   0 Comments

Color spaces of #998cce

RGB 153140206
HSL0.700.400.68
HSV252°32°81°
CMYK 0.260.320.00   0.19
XYZ33.655529.984762.4063
Yxy29.98470.26700.2379
Hunter Lab54.758313.8825-29.2402
CIE-Lab61.641019.0737-32.2680

#998cce color RGB value is (153,140,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001100 11001110
Octal 231 214 316
Decimal 153 140 206
Hex 99 8C CE

RGB Percentages of Color #998cce

%30.66
%28.06
%41.28

CMYK Percentages of Color #998cce

%26
%32
%0
%19

Triadic Colors of #998cce

#998cce #ce998c #8cce99

Analogous Colors of #998cce

#998cce #ba8cce #8ca0ce

Monochromatic Colors of #998cce

#998cce

Complementary Color

#998cce #c1ce8c

#998cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#998cce Color CSS Codes

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

#998cce Text Font Color

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

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


#998cce Background Color

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

This div background color is #998cce


#998cce Border Color

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

This div border color is #998cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998cce


Comments

No comments written yet.

Please login to write comment.