Color Hex Logo

#8d70ff Color Hex

#8D70FF
(141,112,255)
0 Favorites   0 Comments

Color spaces of #8d70ff

RGB 141112255
HSL0.701.000.72
HSV252°56°100°
CMYK 0.450.560.00   0.00
XYZ34.828724.471197.4955
Yxy24.47110.22210.1561
Hunter Lab49.468339.1055-82.2251
CIE-Lab56.556445.0535-67.6722

#8d70ff color RGB value is (141,112,255).

#8d70ff hex color red value is 141, green value is 112 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8d70ff hue: 0.70 , saturation: 1.00 and the lightness value of 8d70ff is 0.72.

The process color (four color CMYK) of #8d70ff color hex is 0.45, 0.56, 0.00, 0.00. Web safe color of #8d70ff is #9966ff. Color #8d70ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01110000 11111111
Octal 215 160 377
Decimal 141 112 255
Hex 8D 70 FF

RGB Percentages of Color #8d70ff

%27.76
%22.05
%50.20

CMYK Percentages of Color #8d70ff

%45
%56
%0
%0

Triadic Colors of #8d70ff

#8d70ff #ff8d70 #70ff8d

Analogous Colors of #8d70ff

#8d70ff #d570ff #709bff

Monochromatic Colors of #8d70ff

#8d70ff

Complementary Color

#8d70ff #e2ff70

#8d70ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d70ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d70ff Color CSS Codes

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

#8d70ff Text Font Color

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

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


#8d70ff Background Color

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

This div background color is #8d70ff


#8d70ff Border Color

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

This div border color is #8d70ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,112,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d70ff

Related Colors


Comments

No comments written yet.

Please login to write comment.