Color Hex Logo

#9628ae Color Hex

#9628AE
(150,40,174)
0 Favorites   0 Comments

Color spaces of #9628ae

RGB 15040174
HSL0.800.630.42
HSV289°77°68°
CMYK 0.140.770.00   0.32
XYZ20.976511.057641.0731
Yxy11.05760.28690.1513
Hunter Lab33.253054.4079-49.9562
CIE-Lab39.677362.1701-48.5139

#9628ae color RGB value is (150,40,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101000 10101110
Octal 226 50 256
Decimal 150 40 174
Hex 96 28 AE

RGB Percentages of Color #9628ae

%41.21
%10.99
%47.80

CMYK Percentages of Color #9628ae

%14
%77
%0
%32

Triadic Colors of #9628ae

#9628ae #ae9628 #28ae96

Analogous Colors of #9628ae

#9628ae #ae2883 #5328ae

Monochromatic Colors of #9628ae

#9628ae

Complementary Color

#9628ae #40ae28

#9628ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9628ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9628ae Color CSS Codes

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

#9628ae Text Font Color

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

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


#9628ae Background Color

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

This div background color is #9628ae


#9628ae Border Color

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

This div border color is #9628ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9628ae


Comments

No comments written yet.

Please login to write comment.