Color Hex Logo

#9629dc Color Hex

#9629DC
(150,41,220)
0 Favorites   0 Comments

Color spaces of #9629dc

RGB 15041220
HSL0.770.720.51
HSV277°81°86°
CMYK 0.320.810.00   0.14
XYZ26.288913.237268.8796
Yxy13.23720.24250.1221
Hunter Lab36.383065.3069-86.7787
CIE-Lab43.118570.9516-69.7597

#9629dc color RGB value is (150,41,220).

#9629dc hex color red value is 150, green value is 41 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9629dc hue: 0.77 , saturation: 0.72 and the lightness value of 9629dc is 0.51.

The process color (four color CMYK) of #9629dc color hex is 0.32, 0.81, 0.00, 0.14. Web safe color of #9629dc is #9933cc. Color #9629dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101001 11011100
Octal 226 51 334
Decimal 150 41 220
Hex 96 29 DC

RGB Percentages of Color #9629dc

%36.50
%9.98
%53.53

CMYK Percentages of Color #9629dc

%32
%81
%0
%14

Triadic Colors of #9629dc

#9629dc #dc9629 #29dc96

Analogous Colors of #9629dc

#9629dc #dc29c9 #3d29dc

Monochromatic Colors of #9629dc

#9629dc

Complementary Color

#9629dc #6fdc29

#9629dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9629dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9629dc Color CSS Codes

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

#9629dc Text Font Color

<p style="color:#9629dc">Text here</p>

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


#9629dc Background Color

<div style="background-color:#9629dc">
Div content here</div>

This div background color is #9629dc


#9629dc Border Color

<div style="border:3px solid #9629dc">
Div here</div>

This div border color is #9629dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,41,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9629dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9629dc;
  -webkit-box-shadow: 1px 1px 3px 2px #9629dc;
  box-shadow:         1px 1px 3px 2px #9629dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9629dc


Comments

No comments written yet.

Please login to write comment.