Color Hex Logo

#9752dc Color Hex

#9752DC
(151,82,220)
0 Favorites   0 Comments

Color spaces of #9752dc

RGB 15182220
HSL0.750.660.59
HSV270°63°86°
CMYK 0.310.630.00   0.14
XYZ28.698117.781269.6297
Yxy17.78120.24720.1531
Hunter Lab42.167847.6881-68.3854
CIE-Lab49.229654.2726-59.8442

#9752dc color RGB value is (151,82,220).

#9752dc hex color red value is 151, green value is 82 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9752dc hue: 0.75 , saturation: 0.66 and the lightness value of 9752dc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010010 11011100
Octal 227 122 334
Decimal 151 82 220
Hex 97 52 DC

RGB Percentages of Color #9752dc

%33.33
%18.10
%48.57

CMYK Percentages of Color #9752dc

%31
%63
%0
%14

Triadic Colors of #9752dc

#9752dc #dc9752 #52dc97

Analogous Colors of #9752dc

#9752dc #dc52dc #5252dc

Monochromatic Colors of #9752dc

#9752dc

Complementary Color

#9752dc #97dc52

#9752dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9752dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9752dc Color CSS Codes

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

#9752dc Text Font Color

<p style="color:#9752dc">Text here</p>

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


#9752dc Background Color

<div style="background-color:#9752dc">
Div content here</div>

This div background color is #9752dc


#9752dc Border Color

<div style="border:3px solid #9752dc">
Div here</div>

This div border color is #9752dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,82,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9752dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9752dc;
  -webkit-box-shadow: 1px 1px 3px 2px #9752dc;
  box-shadow:         1px 1px 3px 2px #9752dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9752dc


Comments

No comments written yet.

Please login to write comment.