Color Hex Logo

#710ead Color Hex

#710EAD
(113,14,173)
0 Favorites   0 Comments

Color spaces of #710ead

RGB 11314173
HSL0.770.850.37
HSV277°92°68°
CMYK 0.350.920.00   0.32
XYZ14.50996.841940.0910
Yxy6.84190.23620.1114
Hunter Lab26.157053.2432-72.5642
CIE-Lab31.444262.7249-61.5478

#710ead color RGB value is (113,14,173).

#710ead hex color red value is 113, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #710ead hue: 0.77 , saturation: 0.85 and the lightness value of 710ead is 0.37.

The process color (four color CMYK) of #710ead color hex is 0.35, 0.92, 0.00, 0.32. Web safe color of #710ead is #660099. Color #710ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001110 10101101
Octal 161 16 255
Decimal 113 14 173
Hex 71 E AD

RGB Percentages of Color #710ead

%37.67
%4.67
%57.67

CMYK Percentages of Color #710ead

%35
%92
%0
%32

Triadic Colors of #710ead

#710ead #ad710e #0ead71

Analogous Colors of #710ead

#710ead #ad0e9a #220ead

Monochromatic Colors of #710ead

#710ead

Complementary Color

#710ead #4aad0e

#710ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#710ead Color CSS Codes

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

#710ead Text Font Color

<p style="color:#710ead">Text here</p>

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


#710ead Background Color

<div style="background-color:#710ead">
Div content here</div>

This div background color is #710ead


#710ead Border Color

<div style="border:3px solid #710ead">
Div here</div>

This div border color is #710ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,14,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #710ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #710ead;
  -webkit-box-shadow: 1px 1px 3px 2px #710ead;
  box-shadow:         1px 1px 3px 2px #710ead; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,14,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710ead


Comments

No comments written yet.

Please login to write comment.