Color Hex Logo

#9f1fed Color Hex

#9F1FED
(159,31,237)
0 Favorites   0 Comments

Color spaces of #9f1fed

RGB 15931237
HSL0.770.850.53
HSV277°87°93°
CMYK 0.330.870.00   0.07
XYZ30.074114.465381.3278
Yxy14.46530.23890.1149
Hunter Lab38.033374.5873-100.1585
CIE-Lab44.893078.2428-76.4758

#9f1fed color RGB value is (159,31,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 00011111 11101101
Octal 237 37 355
Decimal 159 31 237
Hex 9F 1F ED

RGB Percentages of Color #9f1fed

%37.24
%7.26
%55.50

CMYK Percentages of Color #9f1fed

%33
%87
%0
%7

Triadic Colors of #9f1fed

#9f1fed #ed9f1f #1fed9f

Analogous Colors of #9f1fed

#9f1fed #ed1fd4 #381fed

Monochromatic Colors of #9f1fed

#9f1fed

Complementary Color

#9f1fed #6ded1f

#9f1fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f1fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f1fed Color CSS Codes

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

#9f1fed Text Font Color

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

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


#9f1fed Background Color

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

This div background color is #9f1fed


#9f1fed Border Color

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

This div border color is #9f1fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f1fed


Comments

No comments written yet.

Please login to write comment.