Color Hex Logo

#9356df Color Hex

#9356DF
(147,86,223)
0 Favorites   0 Comments

Color spaces of #9356df

RGB 14786223
HSL0.740.680.61
HSV267°61°87°
CMYK 0.340.610.00   0.13
XYZ28.679718.186371.8108
Yxy18.18630.24170.1532
Hunter Lab42.645445.4146-69.9869
CIE-Lab49.721352.0818-60.7772

#9356df color RGB value is (147,86,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01010110 11011111
Octal 223 126 337
Decimal 147 86 223
Hex 93 56 DF

RGB Percentages of Color #9356df

%32.24
%18.86
%48.90

CMYK Percentages of Color #9356df

%34
%61
%0
%13

Triadic Colors of #9356df

#9356df #df9356 #56df93

Analogous Colors of #9356df

#9356df #d856df #565ddf

Monochromatic Colors of #9356df

#9356df

Complementary Color

#9356df #a2df56

#9356df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9356df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9356df Color CSS Codes

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

#9356df Text Font Color

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

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


#9356df Background Color

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

This div background color is #9356df


#9356df Border Color

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

This div border color is #9356df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,86,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 #9356df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9356df


Comments

No comments written yet.

Please login to write comment.