Color Hex Logo

#9b029d Color Hex

#9B029D
(155,2,157)
0 Favorites   0 Comments

Color spaces of #9b029d

RGB 1552157
HSL0.830.970.31
HSV299°99°62°
CMYK 0.010.990.00   0.38
XYZ19.62519.446332.6872
Yxy9.44630.31780.1530
Hunter Lab30.734860.1916-41.5419
CIE-Lab36.829867.8107-42.8313

#9b029d color RGB value is (155,2,157).

#9b029d hex color red value is 155, green value is 2 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #9b029d hue: 0.83 , saturation: 0.97 and the lightness value of 9b029d is 0.31.

The process color (four color CMYK) of #9b029d color hex is 0.01, 0.99, 0.00, 0.38. Web safe color of #9b029d is #990099. Color #9b029d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00000010 10011101
Octal 233 2 235
Decimal 155 2 157
Hex 9B 2 9D

RGB Percentages of Color #9b029d

%49.36
%0.64
%50.00

CMYK Percentages of Color #9b029d

%1
%99
%0
%38

Triadic Colors of #9b029d

#9b029d #9d9b02 #029d9b

Analogous Colors of #9b029d

#9b029d #9d0251 #4e029d

Monochromatic Colors of #9b029d

#9b029d

Complementary Color

#9b029d #049d02

#9b029d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b029d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b029d Color CSS Codes

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

#9b029d Text Font Color

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

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


#9b029d Background Color

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

This div background color is #9b029d


#9b029d Border Color

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

This div border color is #9b029d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b029d


Comments

No comments written yet.

Please login to write comment.