Color Hex Logo

#9424df Color Hex

#9424DF
(148,36,223)
0 Favorites   0 Comments

Color spaces of #9424df

RGB 14836223
HSL0.770.750.51
HSV276°84°87°
CMYK 0.340.840.00   0.13
XYZ26.162912.885470.9202
Yxy12.88540.23790.1172
Hunter Lab35.896267.2809-92.0119
CIE-Lab42.590172.7080-72.3497

#9424df color RGB value is (148,36,223).

#9424df hex color red value is 148, green value is 36 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9424df hue: 0.77 , saturation: 0.75 and the lightness value of 9424df is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 00100100 11011111
Octal 224 44 337
Decimal 148 36 223
Hex 94 24 DF

RGB Percentages of Color #9424df

%36.36
%8.85
%54.79

CMYK Percentages of Color #9424df

%34
%84
%0
%13

Triadic Colors of #9424df

#9424df #df9424 #24df94

Analogous Colors of #9424df

#9424df #df24cd #3624df

Monochromatic Colors of #9424df

#9424df

Complementary Color

#9424df #6fdf24

#9424df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9424df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9424df Color CSS Codes

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

#9424df Text Font Color

<p style="color:#9424df">Text here</p>

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


#9424df Background Color

<div style="background-color:#9424df">
Div content here</div>

This div background color is #9424df


#9424df Border Color

<div style="border:3px solid #9424df">
Div here</div>

This div border color is #9424df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,36,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9424df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9424df;
  -webkit-box-shadow: 1px 1px 3px 2px #9424df;
  box-shadow:         1px 1px 3px 2px #9424df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9424df


Comments

No comments written yet.

Please login to write comment.