color codes Logo

#9f29db color codes

#9F29DB
(159,41,219)
0 Favorites   0 Comments

Color spaces of #9f29db

RGB 15941219
HSL0.780.710.51
HSV280°81°86°
CMYK 0.270.810.00   0.14
XYZ27.877214.071368.2646
Yxy14.07130.25290.1277
Hunter Lab37.511767.0084-81.6389
CIE-Lab44.335072.1409-67.1497

#9f29db color RGB value is (159,41,219).

#9f29db hex color red value is 159, green value is 41 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9f29db hue: 0.78 , saturation: 0.71 and the lightness value of 9f29db is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 00101001 11011011
Octal 237 51 333
Decimal 159 41 219
Hex 9F 29 DB

RGB Percentages of Color #9f29db

%37.95
%9.79
%52.27

CMYK Percentages of Color #9f29db

%27
%81
%0
%14

Triadic Colors of #9f29db

#9f29db #db9f29 #29db9f

Analogous Colors of #9f29db

#9f29db #db29be #4629db

Monochromatic Colors of #9f29db

#9f29db

Complementary Color

#9f29db #65db29

#9f29db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f29db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f29db Color CSS Codes

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

#9f29db Text Font Color

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

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


#9f29db Background Color

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

This div background color is #9f29db


#9f29db Border Color

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

This div border color is #9f29db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,41,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f29db


Comments

No comments written yet.

Please login to write comment.