Color Hex Logo

#9b0cdd Color Hex

#9B0CDD
(155,12,221)
0 Favorites   0 Comments

Color spaces of #9b0cdd

RGB 15512221
HSL0.780.900.46
HSV281°95°87°
CMYK 0.300.950.00   0.13
XYZ26.700212.452069.4028
Yxy12.45200.24600.1147
Hunter Lab35.287473.3091-91.9097
CIE-Lab41.925777.7833-72.2499

#9b0cdd color RGB value is (155,12,221).

#9b0cdd hex color red value is 155, green value is 12 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9b0cdd hue: 0.78 , saturation: 0.90 and the lightness value of 9b0cdd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 00001100 11011101
Octal 233 14 335
Decimal 155 12 221
Hex 9B C DD

RGB Percentages of Color #9b0cdd

%39.95
%3.09
%56.96

CMYK Percentages of Color #9b0cdd

%30
%95
%0
%13

Triadic Colors of #9b0cdd

#9b0cdd #dd9b0c #0cdd9b

Analogous Colors of #9b0cdd

#9b0cdd #dd0cb7 #330cdd

Monochromatic Colors of #9b0cdd

#9b0cdd

Complementary Color

#9b0cdd #4edd0c

#9b0cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b0cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b0cdd Color CSS Codes

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

#9b0cdd Text Font Color

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

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


#9b0cdd Background Color

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

This div background color is #9b0cdd


#9b0cdd Border Color

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

This div border color is #9b0cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b0cdd


Comments

No comments written yet.

Please login to write comment.