Color Hex Logo

#9f4cea Color Hex

#9F4CEA
(159,76,234)
0 Favorites   0 Comments

Color spaces of #9f4cea

RGB 15976234
HSL0.750.790.61
HSV272°68°92°
CMYK 0.320.680.00   0.08
XYZ31.733818.480379.7364
Yxy18.48030.24420.1422
Hunter Lab42.988756.5365-79.8803
CIE-Lab50.073662.0685-66.3523

#9f4cea color RGB value is (159,76,234).

#9f4cea hex color red value is 159, green value is 76 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9f4cea hue: 0.75 , saturation: 0.79 and the lightness value of 9f4cea is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 01001100 11101010
Octal 237 114 352
Decimal 159 76 234
Hex 9F 4C EA

RGB Percentages of Color #9f4cea

%33.90
%16.20
%49.89

CMYK Percentages of Color #9f4cea

%32
%68
%0
%8

Triadic Colors of #9f4cea

#9f4cea #ea9f4c #4cea9f

Analogous Colors of #9f4cea

#9f4cea #ea4ce6 #504cea

Monochromatic Colors of #9f4cea

#9f4cea

Complementary Color

#9f4cea #97ea4c

#9f4cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f4cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f4cea Color CSS Codes

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

#9f4cea Text Font Color

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

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


#9f4cea Background Color

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

This div background color is #9f4cea


#9f4cea Border Color

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

This div border color is #9f4cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f4cea


Comments

No comments written yet.

Please login to write comment.