Color Hex Logo

#9d7fec Color Hex

#9D7FEC
(157,127,236)
0 Favorites   0 Comments

Color spaces of #9d7fec

RGB 157127236
HSL0.710.740.71
HSV257°46°93°
CMYK 0.330.460.00   0.07
XYZ36.634328.403082.9084
Yxy28.40300.24760.1920
Hunter Lab53.294529.4345-54.9293
CIE-Lab60.251135.2073-51.1643

#9d7fec color RGB value is (157,127,236).

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

The process color (four color CMYK) of #9d7fec color hex is 0.33, 0.46, 0.00, 0.07. Web safe color of #9d7fec is #9966ff. Color #9d7fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01111111 11101100
Octal 235 177 354
Decimal 157 127 236
Hex 9D 7F EC

RGB Percentages of Color #9d7fec

%30.19
%24.42
%45.38

CMYK Percentages of Color #9d7fec

%33
%46
%0
%7

Triadic Colors of #9d7fec

#9d7fec #ec9d7f #7fec9d

Analogous Colors of #9d7fec

#9d7fec #d47fec #7f98ec

Monochromatic Colors of #9d7fec

#9d7fec

Complementary Color

#9d7fec #ceec7f

#9d7fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d7fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d7fec Color CSS Codes

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

#9d7fec Text Font Color

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

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


#9d7fec Background Color

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

This div background color is #9d7fec


#9d7fec Border Color

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

This div border color is #9d7fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d7fec


Comments

No comments written yet.

Please login to write comment.