Color Hex Logo

#9f1ebc Color Hex

#9F1EBC
(159,30,188)
0 Favorites   0 Comments

Color spaces of #9f1ebc

RGB 15930188
HSL0.800.720.43
HSV289°84°74°
CMYK 0.150.840.00   0.26
XYZ23.839411.930348.6233
Yxy11.93030.28250.1414
Hunter Lab34.540362.7537-59.2860
CIE-Lab41.105169.1802-54.4138

#9f1ebc color RGB value is (159,30,188).

#9f1ebc hex color red value is 159, green value is 30 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9f1ebc hue: 0.80 , saturation: 0.72 and the lightness value of 9f1ebc is 0.43.

The process color (four color CMYK) of #9f1ebc color hex is 0.15, 0.84, 0.00, 0.26. Web safe color of #9f1ebc is #9933cc. Color #9f1ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00011110 10111100
Octal 237 36 274
Decimal 159 30 188
Hex 9F 1E BC

RGB Percentages of Color #9f1ebc

%42.18
%7.96
%49.87

CMYK Percentages of Color #9f1ebc

%15
%84
%0
%26

Triadic Colors of #9f1ebc

#9f1ebc #bc9f1e #1ebc9f

Analogous Colors of #9f1ebc

#9f1ebc #bc1e8a #501ebc

Monochromatic Colors of #9f1ebc

#9f1ebc

Complementary Color

#9f1ebc #3bbc1e

#9f1ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f1ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f1ebc Color CSS Codes

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

#9f1ebc Text Font Color

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

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


#9f1ebc Background Color

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

This div background color is #9f1ebc


#9f1ebc Border Color

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

This div border color is #9f1ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f1ebc


Comments

No comments written yet.

Please login to write comment.