Color Hex Logo

#9d24ef Color Hex

#9D24EF
(157,36,239)
0 Favorites   0 Comments

Color spaces of #9d24ef

RGB 15736239
HSL0.770.860.54
HSV276°85°94°
CMYK 0.340.850.00   0.06
XYZ30.115514.661882.9041
Yxy14.66180.23590.1148
Hunter Lab38.290773.3807-101.5666
CIE-Lab45.167577.2160-77.1674

#9d24ef color RGB value is (157,36,239).

#9d24ef hex color red value is 157, green value is 36 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9d24ef hue: 0.77 , saturation: 0.86 and the lightness value of 9d24ef is 0.54.

The process color (four color CMYK) of #9d24ef color hex is 0.34, 0.85, 0.00, 0.06. Web safe color of #9d24ef is #9933ff. Color #9d24ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00100100 11101111
Octal 235 44 357
Decimal 157 36 239
Hex 9D 24 EF

RGB Percentages of Color #9d24ef

%36.34
%8.33
%55.32

CMYK Percentages of Color #9d24ef

%34
%85
%0
%6

Triadic Colors of #9d24ef

#9d24ef #ef9d24 #24ef9d

Analogous Colors of #9d24ef

#9d24ef #ef24dc #3724ef

Monochromatic Colors of #9d24ef

#9d24ef

Complementary Color

#9d24ef #76ef24

#9d24ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d24ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d24ef Color CSS Codes

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

#9d24ef Text Font Color

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

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


#9d24ef Background Color

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

This div background color is #9d24ef


#9d24ef Border Color

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

This div border color is #9d24ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d24ef


Comments

No comments written yet.

Please login to write comment.