Color Hex Logo

#9f3cec Color Hex

#9F3CEC
(159,60,236)
0 Favorites   0 Comments

Color spaces of #9f3cec

RGB 15960236
HSL0.760.820.58
HSV274°75°93°
CMYK 0.330.750.00   0.07
XYZ31.054316.658880.9356
Yxy16.65880.24140.1295
Hunter Lab40.815264.3854-89.0001
CIE-Lab47.827269.2573-71.1246

#9f3cec color RGB value is (159,60,236).

#9f3cec hex color red value is 159, green value is 60 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9f3cec hue: 0.76 , saturation: 0.82 and the lightness value of 9f3cec is 0.58.

The process color (four color CMYK) of #9f3cec color hex is 0.33, 0.75, 0.00, 0.07. Web safe color of #9f3cec is #9933ff. Color #9f3cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00111100 11101100
Octal 237 74 354
Decimal 159 60 236
Hex 9F 3C EC

RGB Percentages of Color #9f3cec

%34.95
%13.19
%51.87

CMYK Percentages of Color #9f3cec

%33
%75
%0
%7

Triadic Colors of #9f3cec

#9f3cec #ec9f3c #3cec9f

Analogous Colors of #9f3cec

#9f3cec #ec3ce1 #473cec

Monochromatic Colors of #9f3cec

#9f3cec

Complementary Color

#9f3cec #89ec3c

#9f3cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f3cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f3cec Color CSS Codes

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

#9f3cec Text Font Color

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

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


#9f3cec Background Color

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

This div background color is #9f3cec


#9f3cec Border Color

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

This div border color is #9f3cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f3cec


Comments

No comments written yet.

Please login to write comment.