Color Hex Logo

#917def Color Hex

#917DEF
(145,125,239)
0 Favorites   0 Comments

Color spaces of #917def

RGB 145125239
HSL0.700.780.71
HSV251°48°94°
CMYK 0.390.480.00   0.06
XYZ34.590726.919085.0341
Yxy26.91900.23600.1837
Hunter Lab51.883528.2096-60.8544
CIE-Lab58.899334.1381-55.0427

#917def color RGB value is (145,125,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111101 11101111
Octal 221 175 357
Decimal 145 125 239
Hex 91 7D EF

RGB Percentages of Color #917def

%28.49
%24.56
%46.95

CMYK Percentages of Color #917def

%39
%48
%0
%6

Triadic Colors of #917def

#917def #ef917d #7def91

Analogous Colors of #917def

#917def #ca7def #7da2ef

Monochromatic Colors of #917def

#917def

Complementary Color

#917def #dbef7d

#917def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917def Color Preview on White Background

Lorem ipsum dolor sit amet.

#917def Color CSS Codes

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

#917def Text Font Color

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

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


#917def Background Color

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

This div background color is #917def


#917def Border Color

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

This div border color is #917def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917def


Comments

No comments written yet.

Please login to write comment.