Color Hex Logo

#9b29df Color Hex

#9B29DF
(155,41,223)
0 Favorites   0 Comments

Color spaces of #9b29df

RGB 15541223
HSL0.770.740.52
HSV278°82°87°
CMYK 0.300.820.00   0.13
XYZ27.629813.882271.0353
Yxy13.88220.24550.1233
Hunter Lab37.258867.1662-86.9574
CIE-Lab44.063572.3255-69.9030

#9b29df color RGB value is (155,41,223).

#9b29df hex color red value is 155, green value is 41 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9b29df hue: 0.77 , saturation: 0.74 and the lightness value of 9b29df is 0.52.

The process color (four color CMYK) of #9b29df color hex is 0.30, 0.82, 0.00, 0.13. Web safe color of #9b29df is #9933cc. Color #9b29df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00101001 11011111
Octal 233 51 337
Decimal 155 41 223
Hex 9B 29 DF

RGB Percentages of Color #9b29df

%36.99
%9.79
%53.22

CMYK Percentages of Color #9b29df

%30
%82
%0
%13

Triadic Colors of #9b29df

#9b29df #df9b29 #29df9b

Analogous Colors of #9b29df

#9b29df #df29c8 #4029df

Monochromatic Colors of #9b29df

#9b29df

Complementary Color

#9b29df #6ddf29

#9b29df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b29df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b29df Color CSS Codes

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

#9b29df Text Font Color

<p style="color:#9b29df">Text here</p>

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


#9b29df Background Color

<div style="background-color:#9b29df">
Div content here</div>

This div background color is #9b29df


#9b29df Border Color

<div style="border:3px solid #9b29df">
Div here</div>

This div border color is #9b29df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,41,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b29df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b29df;
  -webkit-box-shadow: 1px 1px 3px 2px #9b29df;
  box-shadow:         1px 1px 3px 2px #9b29df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,41,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 #9b29df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b29df


Comments

No comments written yet.

Please login to write comment.