Color Hex Logo

#8d71ef Color Hex

#8D71EF
(141,113,239)
0 Favorites   0 Comments

Color spaces of #8d71ef

RGB 141113239
HSL0.700.800.69
HSV253°53°94°
CMYK 0.410.530.00   0.06
XYZ32.469623.705084.5255
Yxy23.70500.23080.1685
Hunter Lab48.687833.8370-68.8503
CIE-Lab55.791240.0838-60.0335

#8d71ef color RGB value is (141,113,239).

#8d71ef hex color red value is 141, green value is 113 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8d71ef hue: 0.70 , saturation: 0.80 and the lightness value of 8d71ef is 0.69.

The process color (four color CMYK) of #8d71ef color hex is 0.41, 0.53, 0.00, 0.06. Web safe color of #8d71ef is #9966ff. Color #8d71ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01110001 11101111
Octal 215 161 357
Decimal 141 113 239
Hex 8D 71 EF

RGB Percentages of Color #8d71ef

%28.60
%22.92
%48.48

CMYK Percentages of Color #8d71ef

%41
%53
%0
%6

Triadic Colors of #8d71ef

#8d71ef #ef8d71 #71ef8d

Analogous Colors of #8d71ef

#8d71ef #cc71ef #7194ef

Monochromatic Colors of #8d71ef

#8d71ef

Complementary Color

#8d71ef #d3ef71

#8d71ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d71ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d71ef Color CSS Codes

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

#8d71ef Text Font Color

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

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


#8d71ef Background Color

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

This div background color is #8d71ef


#8d71ef Border Color

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

This div border color is #8d71ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d71ef


Comments

No comments written yet.

Please login to write comment.