Color Hex Logo

#9e7fd5 Color Hex

#9E7FD5
(158,127,213)
0 Favorites   0 Comments

Color spaces of #9e7fd5

RGB 158127213
HSL0.730.510.67
HSV262°40°84°
CMYK 0.260.400.00   0.16
XYZ33.700227.251966.4347
Yxy27.25190.26460.2139
Hunter Lab52.203423.8759-38.9109
CIE-Lab59.206829.7227-39.9654

#9e7fd5 color RGB value is (158,127,213).

#9e7fd5 hex color red value is 158, green value is 127 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #9e7fd5 hue: 0.73 , saturation: 0.51 and the lightness value of 9e7fd5 is 0.67.

The process color (four color CMYK) of #9e7fd5 color hex is 0.26, 0.40, 0.00, 0.16. Web safe color of #9e7fd5 is #9966cc. Color #9e7fd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01111111 11010101
Octal 236 177 325
Decimal 158 127 213
Hex 9E 7F D5

RGB Percentages of Color #9e7fd5

%31.73
%25.50
%42.77

CMYK Percentages of Color #9e7fd5

%26
%40
%0
%16

Triadic Colors of #9e7fd5

#9e7fd5 #d59e7f #7fd59e

Analogous Colors of #9e7fd5

#9e7fd5 #c97fd5 #7f8bd5

Monochromatic Colors of #9e7fd5

#9e7fd5

Complementary Color

#9e7fd5 #b6d57f

#9e7fd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e7fd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e7fd5 Color CSS Codes

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

#9e7fd5 Text Font Color

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

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


#9e7fd5 Background Color

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

This div background color is #9e7fd5


#9e7fd5 Border Color

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

This div border color is #9e7fd5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,127,213, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e7fd5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e7fd5;
  -webkit-box-shadow: 1px 1px 3px 2px #9e7fd5;
  box-shadow:         1px 1px 3px 2px #9e7fd5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,127,213, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e7fd5


Comments

No comments written yet.

Please login to write comment.