Color Hex Logo

#9634df Color Hex

#9634DF
(150,52,223)
0 Favorites   0 Comments

Color spaces of #9634df

RGB 15052223
HSL0.760.730.54
HSV274°77°87°
CMYK 0.330.770.00   0.13
XYZ27.125014.267771.1363
Yxy14.26770.24100.1268
Hunter Lab37.772662.0811-85.2187
CIE-Lab44.614467.9213-69.0354

#9634df color RGB value is (150,52,223).

#9634df hex color red value is 150, green value is 52 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9634df hue: 0.76 , saturation: 0.73 and the lightness value of 9634df is 0.54.

The process color (four color CMYK) of #9634df color hex is 0.33, 0.77, 0.00, 0.13. Web safe color of #9634df is #9933cc. Color #9634df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110100 11011111
Octal 226 64 337
Decimal 150 52 223
Hex 96 34 DF

RGB Percentages of Color #9634df

%35.29
%12.24
%52.47

CMYK Percentages of Color #9634df

%33
%77
%0
%13

Triadic Colors of #9634df

#9634df #df9634 #34df96

Analogous Colors of #9634df

#9634df #df34d3 #4034df

Monochromatic Colors of #9634df

#9634df

Complementary Color

#9634df #7ddf34

#9634df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9634df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9634df Color CSS Codes

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

#9634df Text Font Color

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

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


#9634df Background Color

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

This div background color is #9634df


#9634df Border Color

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

This div border color is #9634df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9634df


Comments

No comments written yet.

Please login to write comment.