Color Hex Logo

#9f7ddb Color Hex

#9F7DDB
(159,125,219)
0 Favorites   0 Comments

Color spaces of #9f7ddb

RGB 159125219
HSL0.730.570.67
HSV262°43°86°
CMYK 0.270.430.00   0.14
XYZ34.417927.152670.4448
Yxy27.15260.26070.2057
Hunter Lab52.108226.7116-43.6782
CIE-Lab59.115332.6115-43.4697

#9f7ddb color RGB value is (159,125,219).

#9f7ddb hex color red value is 159, green value is 125 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9f7ddb hue: 0.73 , saturation: 0.57 and the lightness value of 9f7ddb is 0.67.

The process color (four color CMYK) of #9f7ddb color hex is 0.27, 0.43, 0.00, 0.14. Web safe color of #9f7ddb is #9966cc. Color #9f7ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01111101 11011011
Octal 237 175 333
Decimal 159 125 219
Hex 9F 7D DB

RGB Percentages of Color #9f7ddb

%31.61
%24.85
%43.54

CMYK Percentages of Color #9f7ddb

%27
%43
%0
%14

Triadic Colors of #9f7ddb

#9f7ddb #db9f7d #7ddb9f

Analogous Colors of #9f7ddb

#9f7ddb #ce7ddb #7d8adb

Monochromatic Colors of #9f7ddb

#9f7ddb

Complementary Color

#9f7ddb #b9db7d

#9f7ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f7ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f7ddb Color CSS Codes

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

#9f7ddb Text Font Color

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

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


#9f7ddb Background Color

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

This div background color is #9f7ddb


#9f7ddb Border Color

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

This div border color is #9f7ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f7ddb


Comments

No comments written yet.

Please login to write comment.