Color Hex Logo

#9f2cee Color Hex

#9F2CEE
(159,44,238)
0 Favorites   0 Comments

Color spaces of #9f2cee

RGB 15944238
HSL0.770.850.55
HSV276°82°93°
CMYK 0.330.820.00   0.07
XYZ30.631415.345382.2364
Yxy15.34530.23890.1197
Hunter Lab39.173171.0252-97.0469
CIE-Lab46.103675.1165-75.0618

#9f2cee color RGB value is (159,44,238).

#9f2cee hex color red value is 159, green value is 44 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9f2cee hue: 0.77 , saturation: 0.85 and the lightness value of 9f2cee is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 00101100 11101110
Octal 237 54 356
Decimal 159 44 238
Hex 9F 2C EE

RGB Percentages of Color #9f2cee

%36.05
%9.98
%53.97

CMYK Percentages of Color #9f2cee

%33
%82
%0
%7

Triadic Colors of #9f2cee

#9f2cee #ee9f2c #2cee9f

Analogous Colors of #9f2cee

#9f2cee #ee2cdc #3e2cee

Monochromatic Colors of #9f2cee

#9f2cee

Complementary Color

#9f2cee #7bee2c

#9f2cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f2cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f2cee Color CSS Codes

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

#9f2cee Text Font Color

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

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


#9f2cee Background Color

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

This div background color is #9f2cee


#9f2cee Border Color

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

This div border color is #9f2cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f2cee


Comments

No comments written yet.

Please login to write comment.