color codes Logo

#9f2bdd color codes

#9F2BDD
(159,43,221)
0 Favorites   0 Comments

Color spaces of #9f2bdd

RGB 15943221
HSL0.780.720.52
HSV279°81°87°
CMYK 0.280.810.00   0.13
XYZ28.213114.319169.6835
Yxy14.31910.25140.1276
Hunter Lab37.840666.8646-82.6942
CIE-Lab44.687171.9521-67.7205

#9f2bdd color RGB value is (159,43,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 00101011 11011101
Octal 237 53 335
Decimal 159 43 221
Hex 9F 2B DD

RGB Percentages of Color #9f2bdd

%37.59
%10.17
%52.25

CMYK Percentages of Color #9f2bdd

%28
%81
%0
%13

Triadic Colors of #9f2bdd

#9f2bdd #dd9f2b #2bdd9f

Analogous Colors of #9f2bdd

#9f2bdd #dd2bc2 #462bdd

Monochromatic Colors of #9f2bdd

#9f2bdd

Complementary Color

#9f2bdd #69dd2b

#9f2bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f2bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f2bdd Color CSS Codes

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

#9f2bdd Text Font Color

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

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


#9f2bdd Background Color

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

This div background color is #9f2bdd


#9f2bdd Border Color

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

This div border color is #9f2bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f2bdd


Comments

No comments written yet.

Please login to write comment.