Color Hex Logo

#9352df Color Hex

#9352DF
(147,82,223)
0 Favorites   0 Comments

Color spaces of #9352df

RGB 14782223
HSL0.740.690.60
HSV268°63°87°
CMYK 0.340.630.00   0.13
XYZ28.369217.565371.7073
Yxy17.56530.24110.1493
Hunter Lab41.911047.4810-72.1041
CIE-Lab48.964654.1289-61.9982

#9352df color RGB value is (147,82,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01010010 11011111
Octal 223 122 337
Decimal 147 82 223
Hex 93 52 DF

RGB Percentages of Color #9352df

%32.52
%18.14
%49.34

CMYK Percentages of Color #9352df

%34
%63
%0
%13

Triadic Colors of #9352df

#9352df #df9352 #52df93

Analogous Colors of #9352df

#9352df #da52df #5258df

Monochromatic Colors of #9352df

#9352df

Complementary Color

#9352df #9edf52

#9352df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9352df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9352df Color CSS Codes

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

#9352df Text Font Color

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

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


#9352df Background Color

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

This div background color is #9352df


#9352df Border Color

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

This div border color is #9352df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9352df


Comments

No comments written yet.

Please login to write comment.