Color Hex Logo

#9f2cdd Color Hex

#9F2CDD
(159,44,221)
0 Favorites   0 Comments

Color spaces of #9f2cdd

RGB 15944221
HSL0.770.720.52
HSV279°80°87°
CMYK 0.280.800.00   0.13
XYZ28.249914.392869.6958
Yxy14.39280.25150.1281
Hunter Lab37.937866.5264-82.3655
CIE-Lab44.791171.6490-67.5514

#9f2cdd color RGB value is (159,44,221).

#9f2cdd hex color red value is 159, green value is 44 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9f2cdd hue: 0.77 , saturation: 0.72 and the lightness value of 9f2cdd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 00101100 11011101
Octal 237 54 335
Decimal 159 44 221
Hex 9F 2C DD

RGB Percentages of Color #9f2cdd

%37.50
%10.38
%52.12

CMYK Percentages of Color #9f2cdd

%28
%80
%0
%13

Triadic Colors of #9f2cdd

#9f2cdd #dd9f2c #2cdd9f

Analogous Colors of #9f2cdd

#9f2cdd #dd2cc3 #472cdd

Monochromatic Colors of #9f2cdd

#9f2cdd

Complementary Color

#9f2cdd #6add2c

#9f2cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f2cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f2cdd Color CSS Codes

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

#9f2cdd Text Font Color

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

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


#9f2cdd Background Color

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

This div background color is #9f2cdd


#9f2cdd Border Color

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

This div border color is #9f2cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f2cdd


Comments

No comments written yet.

Please login to write comment.