Color Hex Logo

#998dce Color Hex

#998DCE
(153,141,206)
0 Favorites   0 Comments

Color spaces of #998dce

RGB 153141206
HSL0.700.400.68
HSV251°32°81°
CMYK 0.260.320.00   0.19
XYZ33.802330.278362.4552
Yxy30.27830.26710.2393
Hunter Lab55.025713.3575-28.7772
CIE-Lab61.893618.4985-31.8759

#998dce color RGB value is (153,141,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001101 11001110
Octal 231 215 316
Decimal 153 141 206
Hex 99 8D CE

RGB Percentages of Color #998dce

%30.60
%28.20
%41.20

CMYK Percentages of Color #998dce

%26
%32
%0
%19

Triadic Colors of #998dce

#998dce #ce998d #8dce99

Analogous Colors of #998dce

#998dce #ba8dce #8da2ce

Monochromatic Colors of #998dce

#998dce

Complementary Color

#998dce #c2ce8d

#998dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#998dce Color CSS Codes

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

#998dce Text Font Color

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

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


#998dce Background Color

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

This div background color is #998dce


#998dce Border Color

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

This div border color is #998dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998dce


Comments

No comments written yet.

Please login to write comment.