Color Hex Logo

#9352dd Color Hex

#9352DD
(147,82,221)
0 Favorites   0 Comments

Color spaces of #9352dd

RGB 14782221
HSL0.740.670.59
HSV268°63°87°
CMYK 0.330.630.00   0.13
XYZ28.101117.458170.2953
Yxy17.45810.24260.1507
Hunter Lab41.782946.9302-70.5011
CIE-Lab48.832153.6437-61.0768

#9352dd color RGB value is (147,82,221).

#9352dd hex color red value is 147, green value is 82 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9352dd hue: 0.74 , saturation: 0.67 and the lightness value of 9352dd is 0.59.

The process color (four color CMYK) of #9352dd color hex is 0.33, 0.63, 0.00, 0.13. Web safe color of #9352dd is #9966cc. Color #9352dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01010010 11011101
Octal 223 122 335
Decimal 147 82 221
Hex 93 52 DD

RGB Percentages of Color #9352dd

%32.67
%18.22
%49.11

CMYK Percentages of Color #9352dd

%33
%63
%0
%13

Triadic Colors of #9352dd

#9352dd #dd9352 #52dd93

Analogous Colors of #9352dd

#9352dd #d952dd #5257dd

Monochromatic Colors of #9352dd

#9352dd

Complementary Color

#9352dd #9cdd52

#9352dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9352dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9352dd Color CSS Codes

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

#9352dd Text Font Color

<p style="color:#9352dd">Text here</p>

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


#9352dd Background Color

<div style="background-color:#9352dd">
Div content here</div>

This div background color is #9352dd


#9352dd Border Color

<div style="border:3px solid #9352dd">
Div here</div>

This div border color is #9352dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,82,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9352dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9352dd;
  -webkit-box-shadow: 1px 1px 3px 2px #9352dd;
  box-shadow:         1px 1px 3px 2px #9352dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9352dd


Comments

No comments written yet.

Please login to write comment.