Color Hex Logo

#917dee Color Hex

#917DEE
(145,125,238)
0 Favorites   0 Comments

Color spaces of #917dee

RGB 145125238
HSL0.700.770.71
HSV251°47°93°
CMYK 0.390.470.00   0.07
XYZ34.443326.860084.2581
Yxy26.86000.23660.1845
Hunter Lab51.826627.9321-60.1132
CIE-Lab58.844533.8663-54.5751

#917dee color RGB value is (145,125,238).

#917dee hex color red value is 145, green value is 125 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #917dee hue: 0.70 , saturation: 0.77 and the lightness value of 917dee is 0.71.

The process color (four color CMYK) of #917dee color hex is 0.39, 0.47, 0.00, 0.07. Web safe color of #917dee is #9966ff. Color #917dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111101 11101110
Octal 221 175 356
Decimal 145 125 238
Hex 91 7D EE

RGB Percentages of Color #917dee

%28.54
%24.61
%46.85

CMYK Percentages of Color #917dee

%39
%47
%0
%7

Triadic Colors of #917dee

#917dee #ee917d #7dee91

Analogous Colors of #917dee

#917dee #ca7dee #7da2ee

Monochromatic Colors of #917dee

#917dee

Complementary Color

#917dee #daee7d

#917dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#917dee Color CSS Codes

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

#917dee Text Font Color

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

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


#917dee Background Color

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

This div background color is #917dee


#917dee Border Color

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

This div border color is #917dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917dee


Comments

No comments written yet.

Please login to write comment.