Color Hex Logo

#9858ad Color Hex

#9858AD
(152,88,173)
0 Favorites   0 Comments

Color spaces of #9858ad

RGB 15288173
HSL0.790.340.51
HSV285°49°68°
CMYK 0.120.490.00   0.32
XYZ23.981416.672041.4892
Yxy16.67200.29190.2030
Hunter Lab40.831433.3832-31.6633
CIE-Lab47.844140.7579-34.9197

#9858ad color RGB value is (152,88,173).

#9858ad hex color red value is 152, green value is 88 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9858ad hue: 0.79 , saturation: 0.34 and the lightness value of 9858ad is 0.51.

The process color (four color CMYK) of #9858ad color hex is 0.12, 0.49, 0.00, 0.32. Web safe color of #9858ad is #996699. Color #9858ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011000 10101101
Octal 230 130 255
Decimal 152 88 173
Hex 98 58 AD

RGB Percentages of Color #9858ad

%36.80
%21.31
%41.89

CMYK Percentages of Color #9858ad

%12
%49
%0
%32

Triadic Colors of #9858ad

#9858ad #ad9858 #58ad98

Analogous Colors of #9858ad

#9858ad #ad5898 #6e58ad

Monochromatic Colors of #9858ad

#9858ad

Complementary Color

#9858ad #6dad58

#9858ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9858ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9858ad Color CSS Codes

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

#9858ad Text Font Color

<p style="color:#9858ad">Text here</p>

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


#9858ad Background Color

<div style="background-color:#9858ad">
Div content here</div>

This div background color is #9858ad


#9858ad Border Color

<div style="border:3px solid #9858ad">
Div here</div>

This div border color is #9858ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,88,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9858ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9858ad;
  -webkit-box-shadow: 1px 1px 3px 2px #9858ad;
  box-shadow:         1px 1px 3px 2px #9858ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9858ad


Comments

No comments written yet.

Please login to write comment.