Color Hex Logo

#9f24de Color Hex

#9F24DE
(159,36,222)
0 Favorites   0 Comments

Color spaces of #9f24de

RGB 15936222
HSL0.780.740.51
HSV280°84°87°
CMYK 0.280.840.00   0.13
XYZ28.113813.906670.3097
Yxy13.90660.25030.1238
Hunter Lab37.291669.3095-85.6816
CIE-Lab44.098774.0967-69.2498

#9f24de color RGB value is (159,36,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 00100100 11011110
Octal 237 44 336
Decimal 159 36 222
Hex 9F 24 DE

RGB Percentages of Color #9f24de

%38.13
%8.63
%53.24

CMYK Percentages of Color #9f24de

%28
%84
%0
%13

Triadic Colors of #9f24de

#9f24de #de9f24 #24de9f

Analogous Colors of #9f24de

#9f24de #de24c0 #4224de

Monochromatic Colors of #9f24de

#9f24de

Complementary Color

#9f24de #63de24

#9f24de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f24de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f24de Color CSS Codes

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

#9f24de Text Font Color

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

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


#9f24de Background Color

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

This div background color is #9f24de


#9f24de Border Color

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

This div border color is #9f24de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f24de


Comments

No comments written yet.

Please login to write comment.