Color Hex Logo

#9b2ada Color Hex

#9B2ADA
(155,42,218)
0 Favorites   0 Comments

Color spaces of #9b2ada

RGB 15542218
HSL0.770.700.51
HSV279°81°85°
CMYK 0.290.810.00   0.15
XYZ27.000413.686467.5483
Yxy13.68640.24950.1265
Hunter Lab36.995165.5343-82.3592
CIE-Lab43.779871.0140-67.5062

#9b2ada color RGB value is (155,42,218).

#9b2ada hex color red value is 155, green value is 42 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9b2ada hue: 0.77 , saturation: 0.70 and the lightness value of 9b2ada is 0.51.

The process color (four color CMYK) of #9b2ada color hex is 0.29, 0.81, 0.00, 0.15. Web safe color of #9b2ada is #9933cc. Color #9b2ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00101010 11011010
Octal 233 52 332
Decimal 155 42 218
Hex 9B 2A DA

RGB Percentages of Color #9b2ada

%37.35
%10.12
%52.53

CMYK Percentages of Color #9b2ada

%29
%81
%0
%15

Triadic Colors of #9b2ada

#9b2ada #da9b2a #2ada9b

Analogous Colors of #9b2ada

#9b2ada #da2ac1 #432ada

Monochromatic Colors of #9b2ada

#9b2ada

Complementary Color

#9b2ada #69da2a

#9b2ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b2ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b2ada Color CSS Codes

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

#9b2ada Text Font Color

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

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


#9b2ada Background Color

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

This div background color is #9b2ada


#9b2ada Border Color

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

This div border color is #9b2ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b2ada


Comments

No comments written yet.

Please login to write comment.