Color Hex Logo

#9d7edb Color Hex

#9D7EDB
(157,126,219)
0 Favorites   0 Comments

Color spaces of #9d7edb

RGB 157126219
HSL0.720.560.68
HSV260°42°86°
CMYK 0.280.420.00   0.14
XYZ34.151727.204370.4688
Yxy27.20430.25910.2064
Hunter Lab52.157725.6017-43.5946
CIE-Lab59.163031.4849-43.4072

#9d7edb color RGB value is (157,126,219).

#9d7edb hex color red value is 157, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9d7edb hue: 0.72 , saturation: 0.56 and the lightness value of 9d7edb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 01111110 11011011
Octal 235 176 333
Decimal 157 126 219
Hex 9D 7E DB

RGB Percentages of Color #9d7edb

%31.27
%25.10
%43.63

CMYK Percentages of Color #9d7edb

%28
%42
%0
%14

Triadic Colors of #9d7edb

#9d7edb #db9d7e #7edb9d

Analogous Colors of #9d7edb

#9d7edb #cc7edb #7e8edb

Monochromatic Colors of #9d7edb

#9d7edb

Complementary Color

#9d7edb #bcdb7e

#9d7edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d7edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d7edb Color CSS Codes

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

#9d7edb Text Font Color

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

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


#9d7edb Background Color

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

This div background color is #9d7edb


#9d7edb Border Color

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

This div border color is #9d7edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,126,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 #9d7edb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d7edb


Comments

No comments written yet.

Please login to write comment.