Color Hex Logo

#9f4ae8 Color Hex

#9F4AE8
(159,74,232)
0 Favorites   0 Comments

Color spaces of #9f4ae8

RGB 15974232
HSL0.760.770.60
HSV272°68°91°
CMYK 0.310.680.00   0.09
XYZ31.312318.094778.1862
Yxy18.09470.24540.1418
Hunter Lab42.537956.9533-79.2007
CIE-Lab49.610862.5206-65.9743

#9f4ae8 color RGB value is (159,74,232).

#9f4ae8 hex color red value is 159, green value is 74 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #9f4ae8 hue: 0.76 , saturation: 0.77 and the lightness value of 9f4ae8 is 0.60.

The process color (four color CMYK) of #9f4ae8 color hex is 0.31, 0.68, 0.00, 0.09. Web safe color of #9f4ae8 is #9933ff. Color #9f4ae8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01001010 11101000
Octal 237 112 350
Decimal 159 74 232
Hex 9F 4A E8

RGB Percentages of Color #9f4ae8

%34.19
%15.91
%49.89

CMYK Percentages of Color #9f4ae8

%31
%68
%0
%9

Triadic Colors of #9f4ae8

#9f4ae8 #e89f4a #4ae89f

Analogous Colors of #9f4ae8

#9f4ae8 #e84ae2 #504ae8

Monochromatic Colors of #9f4ae8

#9f4ae8

Complementary Color

#9f4ae8 #93e84a

#9f4ae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f4ae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f4ae8 Color CSS Codes

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

#9f4ae8 Text Font Color

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

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


#9f4ae8 Background Color

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

This div background color is #9f4ae8


#9f4ae8 Border Color

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

This div border color is #9f4ae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f4ae8


Comments

No comments written yet.

Please login to write comment.