Color Hex Logo

#9b10cd Color Hex

#9B10CD
(155,16,205)
0 Favorites   0 Comments

Color spaces of #9b10cd

RGB 15516205
HSL0.790.860.43
HSV284°92°80°
CMYK 0.240.920.00   0.20
XYZ24.722311.746958.7220
Yxy11.74690.25970.1234
Hunter Lab34.273868.7763-77.5913
CIE-Lab40.811074.2936-64.8459

#9b10cd color RGB value is (155,16,205).

#9b10cd hex color red value is 155, green value is 16 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9b10cd hue: 0.79 , saturation: 0.86 and the lightness value of 9b10cd is 0.43.

The process color (four color CMYK) of #9b10cd color hex is 0.24, 0.92, 0.00, 0.20. Web safe color of #9b10cd is #9900cc. Color #9b10cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00010000 11001101
Octal 233 20 315
Decimal 155 16 205
Hex 9B 10 CD

RGB Percentages of Color #9b10cd

%41.22
%4.26
%54.52

CMYK Percentages of Color #9b10cd

%24
%92
%0
%20

Triadic Colors of #9b10cd

#9b10cd #cd9b10 #10cd9b

Analogous Colors of #9b10cd

#9b10cd #cd10a1 #3d10cd

Monochromatic Colors of #9b10cd

#9b10cd

Complementary Color

#9b10cd #42cd10

#9b10cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b10cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b10cd Color CSS Codes

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

#9b10cd Text Font Color

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

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


#9b10cd Background Color

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

This div background color is #9b10cd


#9b10cd Border Color

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

This div border color is #9b10cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b10cd


Comments

No comments written yet.

Please login to write comment.