Color Hex Logo

#917edf Color Hex

#917EDF
(145,126,223)
0 Favorites   0 Comments

Color spaces of #917edf

RGB 145126223
HSL0.700.600.68
HSV252°43°87°
CMYK 0.350.430.00   0.13
XYZ32.457226.269273.1718
Yxy26.26920.24610.1992
Hunter Lab51.253523.3448-48.7676
CIE-Lab58.291729.2614-47.0936

#917edf color RGB value is (145,126,223).

#917edf hex color red value is 145, green value is 126 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #917edf hue: 0.70 , saturation: 0.60 and the lightness value of 917edf is 0.68.

The process color (four color CMYK) of #917edf color hex is 0.35, 0.43, 0.00, 0.13. Web safe color of #917edf is #9966cc. Color #917edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111110 11011111
Octal 221 176 337
Decimal 145 126 223
Hex 91 7E DF

RGB Percentages of Color #917edf

%29.35
%25.51
%45.14

CMYK Percentages of Color #917edf

%35
%43
%0
%13

Triadic Colors of #917edf

#917edf #df917e #7edf91

Analogous Colors of #917edf

#917edf #c27edf #7e9cdf

Monochromatic Colors of #917edf

#917edf

Complementary Color

#917edf #ccdf7e

#917edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#917edf Color CSS Codes

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

#917edf Text Font Color

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

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


#917edf Background Color

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

This div background color is #917edf


#917edf Border Color

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

This div border color is #917edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917edf


Comments

No comments written yet.

Please login to write comment.