Color Hex Logo

#9d6ecf Color Hex

#9D6ECF
(157,110,207)
0 Favorites   0 Comments

Color spaces of #9d6ecf

RGB 157110207
HSL0.750.500.62
HSV269°47°81°
CMYK 0.240.470.00   0.19
XYZ30.743022.825061.8168
Yxy22.82500.26640.1978
Hunter Lab47.775531.2556-43.2725
CIE-Lab54.891637.6527-43.3801

#9d6ecf color RGB value is (157,110,207).

#9d6ecf hex color red value is 157, green value is 110 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9d6ecf hue: 0.75 , saturation: 0.50 and the lightness value of 9d6ecf is 0.62.

The process color (four color CMYK) of #9d6ecf color hex is 0.24, 0.47, 0.00, 0.19. Web safe color of #9d6ecf is #9966cc. Color #9d6ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01101110 11001111
Octal 235 156 317
Decimal 157 110 207
Hex 9D 6E CF

RGB Percentages of Color #9d6ecf

%33.12
%23.21
%43.67

CMYK Percentages of Color #9d6ecf

%24
%47
%0
%19

Triadic Colors of #9d6ecf

#9d6ecf #cf9d6e #6ecf9d

Analogous Colors of #9d6ecf

#9d6ecf #ce6ecf #6e70cf

Monochromatic Colors of #9d6ecf

#9d6ecf

Complementary Color

#9d6ecf #a0cf6e

#9d6ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d6ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d6ecf Color CSS Codes

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

#9d6ecf Text Font Color

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

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


#9d6ecf Background Color

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

This div background color is #9d6ecf


#9d6ecf Border Color

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

This div border color is #9d6ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d6ecf


Comments

No comments written yet.

Please login to write comment.