Color Hex Logo

#9f2bee Color Hex

#9F2BEE
(159,43,238)
0 Favorites   0 Comments

Color spaces of #9f2bee

RGB 15943238
HSL0.770.850.55
HSV276°82°93°
CMYK 0.330.820.00   0.07
XYZ30.594615.271782.2241
Yxy15.27170.23890.1192
Hunter Lab39.079071.3577-97.3936
CIE-Lab46.004175.4078-75.2242

#9f2bee color RGB value is (159,43,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 00101011 11101110
Octal 237 53 356
Decimal 159 43 238
Hex 9F 2B EE

RGB Percentages of Color #9f2bee

%36.14
%9.77
%54.09

CMYK Percentages of Color #9f2bee

%33
%82
%0
%7

Triadic Colors of #9f2bee

#9f2bee #ee9f2b #2bee9f

Analogous Colors of #9f2bee

#9f2bee #ee2bdc #3d2bee

Monochromatic Colors of #9f2bee

#9f2bee

Complementary Color

#9f2bee #7aee2b

#9f2bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f2bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f2bee Color CSS Codes

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

#9f2bee Text Font Color

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

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


#9f2bee Background Color

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

This div background color is #9f2bee


#9f2bee Border Color

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

This div border color is #9f2bee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,43,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 #9f2bee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f2bee


Comments

No comments written yet.

Please login to write comment.