Color Hex Logo

#998cda Color Hex

#998CDA
(153,140,218)
0 Favorites   0 Comments

Color spaces of #998cda

RGB 153140218
HSL0.690.510.70
HSV250°36°85°
CMYK 0.300.360.00   0.15
XYZ35.169830.590470.3806
Yxy30.59040.25830.2247
Hunter Lab55.308616.7151-36.7310
CIE-Lab62.160322.0630-38.1671

#998cda color RGB value is (153,140,218).

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

The process color (four color CMYK) of #998cda color hex is 0.30, 0.36, 0.00, 0.15. Web safe color of #998cda is #9999cc. Color #998cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001100 11011010
Octal 231 214 332
Decimal 153 140 218
Hex 99 8C DA

RGB Percentages of Color #998cda

%29.94
%27.40
%42.66

CMYK Percentages of Color #998cda

%30
%36
%0
%15

Triadic Colors of #998cda

#998cda #da998c #8cda99

Analogous Colors of #998cda

#998cda #c08cda #8ca6da

Monochromatic Colors of #998cda

#998cda

Complementary Color

#998cda #cdda8c

#998cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#998cda Color CSS Codes

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

#998cda Text Font Color

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

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


#998cda Background Color

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

This div background color is #998cda


#998cda Border Color

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

This div border color is #998cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998cda


Comments

No comments written yet.

Please login to write comment.