Color Hex Logo

#9d7fef Color Hex

#9D7FEF
(157,127,239)
0 Favorites   0 Comments

Color spaces of #9d7fef

RGB 157127239
HSL0.710.780.72
HSV256°47°94°
CMYK 0.340.470.00   0.06
XYZ37.074028.578885.2236
Yxy28.57880.24570.1894
Hunter Lab53.459130.2365-57.0976
CIE-Lab60.408135.9806-52.5780

#9d7fef color RGB value is (157,127,239).

#9d7fef hex color red value is 157, green value is 127 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9d7fef hue: 0.71 , saturation: 0.78 and the lightness value of 9d7fef is 0.72.

The process color (four color CMYK) of #9d7fef color hex is 0.34, 0.47, 0.00, 0.06. Web safe color of #9d7fef is #9966ff. Color #9d7fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01111111 11101111
Octal 235 177 357
Decimal 157 127 239
Hex 9D 7F EF

RGB Percentages of Color #9d7fef

%30.02
%24.28
%45.70

CMYK Percentages of Color #9d7fef

%34
%47
%0
%6

Triadic Colors of #9d7fef

#9d7fef #ef9d7f #7fef9d

Analogous Colors of #9d7fef

#9d7fef #d57fef #7f99ef

Monochromatic Colors of #9d7fef

#9d7fef

Complementary Color

#9d7fef #d1ef7f

#9d7fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d7fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d7fef Color CSS Codes

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

#9d7fef Text Font Color

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

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


#9d7fef Background Color

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

This div background color is #9d7fef


#9d7fef Border Color

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

This div border color is #9d7fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d7fef


Comments

No comments written yet.

Please login to write comment.