Color Hex Logo

#998dcd Color Hex

#998DCD
(153,141,205)
0 Favorites   0 Comments

Color spaces of #998dcd

RGB 153141205
HSL0.700.390.68
HSV251°31°80°
CMYK 0.250.310.00   0.20
XYZ33.681230.229861.8174
Yxy30.22980.26790.2404
Hunter Lab54.981613.1295-28.1743
CIE-Lab61.852018.2543-31.3800

#998dcd color RGB value is (153,141,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001101 11001101
Octal 231 215 315
Decimal 153 141 205
Hex 99 8D CD

RGB Percentages of Color #998dcd

%30.66
%28.26
%41.08

CMYK Percentages of Color #998dcd

%25
%31
%0
%20

Triadic Colors of #998dcd

#998dcd #cd998d #8dcd99

Analogous Colors of #998dcd

#998dcd #b98dcd #8da1cd

Monochromatic Colors of #998dcd

#998dcd

Complementary Color

#998dcd #c1cd8d

#998dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#998dcd Color CSS Codes

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

#998dcd Text Font Color

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

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


#998dcd Background Color

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

This div background color is #998dcd


#998dcd Border Color

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

This div border color is #998dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998dcd


Comments

No comments written yet.

Please login to write comment.