Color Hex Logo

#917dfa Color Hex

#917DFA
(145,125,250)
0 Favorites   0 Comments

Color spaces of #917dfa

RGB 145125250
HSL0.690.930.74
HSV250°50°98°
CMYK 0.420.500.00   0.02
XYZ36.266027.589193.8563
Yxy27.58910.23000.1749
Hunter Lab52.525331.3256-69.1762
CIE-Lab59.515737.1536-60.1410

#917dfa color RGB value is (145,125,250).

#917dfa hex color red value is 145, green value is 125 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #917dfa hue: 0.69 , saturation: 0.93 and the lightness value of 917dfa is 0.74.

The process color (four color CMYK) of #917dfa color hex is 0.42, 0.50, 0.00, 0.02. Web safe color of #917dfa is #9966ff. Color #917dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111101 11111010
Octal 221 175 372
Decimal 145 125 250
Hex 91 7D FA

RGB Percentages of Color #917dfa

%27.88
%24.04
%48.08

CMYK Percentages of Color #917dfa

%42
%50
%0
%2

Triadic Colors of #917dfa

#917dfa #fa917d #7dfa91

Analogous Colors of #917dfa

#917dfa #d07dfa #7da8fa

Monochromatic Colors of #917dfa

#917dfa

Complementary Color

#917dfa #e6fa7d

#917dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#917dfa Color CSS Codes

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

#917dfa Text Font Color

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

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


#917dfa Background Color

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

This div background color is #917dfa


#917dfa Border Color

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

This div border color is #917dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917dfa


Comments

No comments written yet.

Please login to write comment.