Color Hex Logo

#9852cc Color Hex

#9852CC
(152,82,204)
0 Favorites   0 Comments

Color spaces of #9852cc

RGB 15282204
HSL0.760.540.56
HSV274°60°80°
CMYK 0.250.600.00   0.20
XYZ26.865317.069659.0056
Yxy17.06960.26100.1658
Hunter Lab41.315443.7676-55.7558
CIE-Lab48.347650.7760-52.1134

#9852cc color RGB value is (152,82,204).

#9852cc hex color red value is 152, green value is 82 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9852cc hue: 0.76 , saturation: 0.54 and the lightness value of 9852cc is 0.56.

The process color (four color CMYK) of #9852cc color hex is 0.25, 0.60, 0.00, 0.20. Web safe color of #9852cc is #9966cc. Color #9852cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010010 11001100
Octal 230 122 314
Decimal 152 82 204
Hex 98 52 CC

RGB Percentages of Color #9852cc

%34.70
%18.72
%46.58

CMYK Percentages of Color #9852cc

%25
%60
%0
%20

Triadic Colors of #9852cc

#9852cc #cc9852 #52cc98

Analogous Colors of #9852cc

#9852cc #cc52c3 #5b52cc

Monochromatic Colors of #9852cc

#9852cc

Complementary Color

#9852cc #86cc52

#9852cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9852cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9852cc Color CSS Codes

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

#9852cc Text Font Color

<p style="color:#9852cc">Text here</p>

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


#9852cc Background Color

<div style="background-color:#9852cc">
Div content here</div>

This div background color is #9852cc


#9852cc Border Color

<div style="border:3px solid #9852cc">
Div here</div>

This div border color is #9852cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,82,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9852cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9852cc;
  -webkit-box-shadow: 1px 1px 3px 2px #9852cc;
  box-shadow:         1px 1px 3px 2px #9852cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9852cc


Comments

No comments written yet.

Please login to write comment.