Color Hex Logo

#8d7dfa Color Hex

#8D7DFA
(141,125,250)
0 Favorites   0 Comments

Color spaces of #8d7dfa

RGB 141125250
HSL0.690.930.74
HSV248°50°98°
CMYK 0.440.500.00   0.02
XYZ35.573427.232193.8239
Yxy27.23210.22710.1739
Hunter Lab52.184430.3584-70.0702
CIE-Lab59.188536.2402-60.6831

#8d7dfa color RGB value is (141,125,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 01111101 11111010
Octal 215 175 372
Decimal 141 125 250
Hex 8D 7D FA

RGB Percentages of Color #8d7dfa

%27.33
%24.22
%48.45

CMYK Percentages of Color #8d7dfa

%44
%50
%0
%2

Triadic Colors of #8d7dfa

#8d7dfa #fa8d7d #7dfa8d

Analogous Colors of #8d7dfa

#8d7dfa #cc7dfa #7dacfa

Monochromatic Colors of #8d7dfa

#8d7dfa

Complementary Color

#8d7dfa #eafa7d

#8d7dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d7dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d7dfa Color CSS Codes

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

#8d7dfa Text Font Color

<p style="color:#8d7dfa">Text here</p>

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


#8d7dfa Background Color

<div style="background-color:#8d7dfa">
Div content here</div>

This div background color is #8d7dfa


#8d7dfa Border Color

<div style="border:3px solid #8d7dfa">
Div here</div>

This div border color is #8d7dfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,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 #8d7dfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d7dfa


Comments

No comments written yet.

Please login to write comment.