Color Hex Logo

#9f88ff Color Hex

#9F88FF
(159,136,255)
0 Favorites   0 Comments

Color spaces of #9f88ff

RGB 159136255
HSL0.701.000.77
HSV252°47°100°
CMYK 0.380.470.00   0.00
XYZ41.152232.199298.6539
Yxy32.19920.23920.1872
Hunter Lab56.744330.1494-63.3587
CIE-Lab63.507235.5547-56.4485

#9f88ff color RGB value is (159,136,255).

#9f88ff hex color red value is 159, green value is 136 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9f88ff hue: 0.70 , saturation: 1.00 and the lightness value of 9f88ff is 0.77.

The process color (four color CMYK) of #9f88ff color hex is 0.38, 0.47, 0.00, 0.00. Web safe color of #9f88ff is #9999ff. Color #9f88ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10001000 11111111
Octal 237 210 377
Decimal 159 136 255
Hex 9F 88 FF

RGB Percentages of Color #9f88ff

%28.91
%24.73
%46.36

CMYK Percentages of Color #9f88ff

%38
%47
%0
%0

Triadic Colors of #9f88ff

#9f88ff #ff9f88 #88ff9f

Analogous Colors of #9f88ff

#9f88ff #db88ff #88adff

Monochromatic Colors of #9f88ff

#9f88ff

Complementary Color

#9f88ff #e8ff88

#9f88ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f88ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f88ff Color CSS Codes

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

#9f88ff Text Font Color

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

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


#9f88ff Background Color

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

This div background color is #9f88ff


#9f88ff Border Color

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

This div border color is #9f88ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f88ff


Comments

No comments written yet.

Please login to write comment.