Color Hex Logo

#9a1ddd Color Hex

#9A1DDD
(154,29,221)
0 Favorites   0 Comments

Color spaces of #9a1ddd

RGB 15429221
HSL0.780.770.49
HSV279°87°87°
CMYK 0.300.870.00   0.13
XYZ26.816912.969269.4965
Yxy12.96920.24540.1187
Hunter Lab36.012869.8976-89.2073
CIE-Lab42.716874.8496-70.9633

#9a1ddd color RGB value is (154,29,221).

#9a1ddd hex color red value is 154, green value is 29 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9a1ddd hue: 0.78 , saturation: 0.77 and the lightness value of 9a1ddd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 00011101 11011101
Octal 232 35 335
Decimal 154 29 221
Hex 9A 1D DD

RGB Percentages of Color #9a1ddd

%38.12
%7.18
%54.70

CMYK Percentages of Color #9a1ddd

%30
%87
%0
%13

Triadic Colors of #9a1ddd

#9a1ddd #dd9a1d #1ddd9a

Analogous Colors of #9a1ddd

#9a1ddd #dd1dc0 #3a1ddd

Monochromatic Colors of #9a1ddd

#9a1ddd

Complementary Color

#9a1ddd #60dd1d

#9a1ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a1ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a1ddd Color CSS Codes

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

#9a1ddd Text Font Color

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

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


#9a1ddd Background Color

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

This div background color is #9a1ddd


#9a1ddd Border Color

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

This div border color is #9a1ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a1ddd


Comments

No comments written yet.

Please login to write comment.