Color Hex Logo

#9634ae Color Hex

#9634AE
(150,52,174)
0 Favorites   0 Comments

Color spaces of #9634ae

RGB 15052174
HSL0.800.540.44
HSV288°70°68°
CMYK 0.140.700.00   0.32
XYZ21.445611.996041.2295
Yxy11.99600.28720.1607
Hunter Lab34.635249.9127-46.3336
CIE-Lab41.209857.8006-46.0550

#9634ae color RGB value is (150,52,174).

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

The process color (four color CMYK) of #9634ae color hex is 0.14, 0.70, 0.00, 0.32. Web safe color of #9634ae is #993399. Color #9634ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110100 10101110
Octal 226 64 256
Decimal 150 52 174
Hex 96 34 AE

RGB Percentages of Color #9634ae

%39.89
%13.83
%46.28

CMYK Percentages of Color #9634ae

%14
%70
%0
%32

Triadic Colors of #9634ae

#9634ae #ae9634 #34ae96

Analogous Colors of #9634ae

#9634ae #ae3489 #5934ae

Monochromatic Colors of #9634ae

#9634ae

Complementary Color

#9634ae #4cae34

#9634ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9634ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9634ae Color CSS Codes

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

#9634ae Text Font Color

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

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


#9634ae Background Color

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

This div background color is #9634ae


#9634ae Border Color

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

This div border color is #9634ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,52,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9634ae


Comments

No comments written yet.

Please login to write comment.