Color Hex Logo

#9874db Color Hex

#9874DB
(152,116,219)
0 Favorites   0 Comments

Color spaces of #9874db

RGB 152116219
HSL0.720.590.66
HSV261°47°86°
CMYK 0.310.470.00   0.14
XYZ31.980524.280770.0189
Yxy24.28070.25330.1923
Hunter Lab49.275529.6171-49.7565
CIE-Lab56.367735.8348-47.8575

#9874db color RGB value is (152,116,219).

#9874db hex color red value is 152, green value is 116 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9874db hue: 0.72 , saturation: 0.59 and the lightness value of 9874db is 0.66.

The process color (four color CMYK) of #9874db color hex is 0.31, 0.47, 0.00, 0.14. Web safe color of #9874db is #9966cc. Color #9874db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01110100 11011011
Octal 230 164 333
Decimal 152 116 219
Hex 98 74 DB

RGB Percentages of Color #9874db

%31.21
%23.82
%44.97

CMYK Percentages of Color #9874db

%31
%47
%0
%14

Triadic Colors of #9874db

#9874db #db9874 #74db98

Analogous Colors of #9874db

#9874db #cc74db #7484db

Monochromatic Colors of #9874db

#9874db

Complementary Color

#9874db #b7db74

#9874db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9874db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9874db Color CSS Codes

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

#9874db Text Font Color

<p style="color:#9874db">Text here</p>

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


#9874db Background Color

<div style="background-color:#9874db">
Div content here</div>

This div background color is #9874db


#9874db Border Color

<div style="border:3px solid #9874db">
Div here</div>

This div border color is #9874db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,116,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9874db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9874db;
  -webkit-box-shadow: 1px 1px 3px 2px #9874db;
  box-shadow:         1px 1px 3px 2px #9874db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,116,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9874db


Comments

No comments written yet.

Please login to write comment.