Color Hex Logo

#9024ef Color Hex

#9024EF
(144,36,239)
0 Favorites   0 Comments

Color spaces of #9024ef

RGB 14436239
HSL0.760.860.54
HSV272°85°94°
CMYK 0.400.850.00   0.06
XYZ27.712513.423082.7917
Yxy13.42300.22360.1083
Hunter Lab36.637470.9017-108.3349
CIE-Lab43.393875.5423-80.1428

#9024ef color RGB value is (144,36,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 00100100 11101111
Octal 220 44 357
Decimal 144 36 239
Hex 90 24 EF

RGB Percentages of Color #9024ef

%34.37
%8.59
%57.04

CMYK Percentages of Color #9024ef

%40
%85
%0
%6

Triadic Colors of #9024ef

#9024ef #ef9024 #24ef90

Analogous Colors of #9024ef

#9024ef #ef24e9 #2a24ef

Monochromatic Colors of #9024ef

#9024ef

Complementary Color

#9024ef #83ef24

#9024ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9024ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9024ef Color CSS Codes

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

#9024ef Text Font Color

<p style="color:#9024ef">Text here</p>

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


#9024ef Background Color

<div style="background-color:#9024ef">
Div content here</div>

This div background color is #9024ef


#9024ef Border Color

<div style="border:3px solid #9024ef">
Div here</div>

This div border color is #9024ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,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 #9024ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9024ef


Comments

No comments written yet.

Please login to write comment.