Color Hex Logo

#9f95dd Color Hex

#9F95DD
(159,149,221)
0 Favorites   0 Comments

Color spaces of #9f95dd

RGB 159149221
HSL0.690.510.73
HSV248°33°87°
CMYK 0.280.330.00   0.13
XYZ38.096734.086372.9780
Yxy34.08630.26240.2348
Hunter Lab58.383514.3047-33.2427
CIE-Lab65.031019.3830-35.3193

#9f95dd color RGB value is (159,149,221).

#9f95dd hex color red value is 159, green value is 149 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9f95dd hue: 0.69 , saturation: 0.51 and the lightness value of 9f95dd is 0.73.

The process color (four color CMYK) of #9f95dd color hex is 0.28, 0.33, 0.00, 0.13. Web safe color of #9f95dd is #9999cc. Color #9f95dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10010101 11011101
Octal 237 225 335
Decimal 159 149 221
Hex 9F 95 DD

RGB Percentages of Color #9f95dd

%30.06
%28.17
%41.78

CMYK Percentages of Color #9f95dd

%28
%33
%0
%13

Triadic Colors of #9f95dd

#9f95dd #dd9f95 #95dd9f

Analogous Colors of #9f95dd

#9f95dd #c395dd #95afdd

Monochromatic Colors of #9f95dd

#9f95dd

Complementary Color

#9f95dd #d3dd95

#9f95dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f95dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f95dd Color CSS Codes

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

#9f95dd Text Font Color

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

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


#9f95dd Background Color

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

This div background color is #9f95dd


#9f95dd Border Color

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

This div border color is #9f95dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f95dd


Comments

No comments written yet.

Please login to write comment.