Color Hex Logo

#917ecd Color Hex

#917ECD
(145,126,205)
0 Favorites   0 Comments

Color spaces of #917ecd

RGB 145126205
HSL0.710.440.65
HSV254°39°80°
CMYK 0.290.390.00   0.20
XYZ30.157425.349261.0610
Yxy25.34920.25870.2175
Hunter Lab50.348018.8088-36.6621
CIE-Lab57.414124.5868-38.3533

#917ecd color RGB value is (145,126,205).

#917ecd hex color red value is 145, green value is 126 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #917ecd hue: 0.71 , saturation: 0.44 and the lightness value of 917ecd is 0.65.

The process color (four color CMYK) of #917ecd color hex is 0.29, 0.39, 0.00, 0.20. Web safe color of #917ecd is #9966cc. Color #917ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111110 11001101
Octal 221 176 315
Decimal 145 126 205
Hex 91 7E CD

RGB Percentages of Color #917ecd

%30.46
%26.47
%43.07

CMYK Percentages of Color #917ecd

%29
%39
%0
%20

Triadic Colors of #917ecd

#917ecd #cd917e #7ecd91

Analogous Colors of #917ecd

#917ecd #b97ecd #7e93cd

Monochromatic Colors of #917ecd

#917ecd

Complementary Color

#917ecd #bacd7e

#917ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#917ecd Color CSS Codes

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

#917ecd Text Font Color

<p style="color:#917ecd">Text here</p>

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


#917ecd Background Color

<div style="background-color:#917ecd">
Div content here</div>

This div background color is #917ecd


#917ecd Border Color

<div style="border:3px solid #917ecd">
Div here</div>

This div border color is #917ecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,126,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #917ecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #917ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #917ecd;
  box-shadow:         1px 1px 3px 2px #917ecd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,126,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917ecd


Comments

No comments written yet.

Please login to write comment.