Color Hex Logo

#710872 Color Hex

#710872
(113,8,114)
0 Favorites   0 Comments

Color spaces of #710872

RGB 1138114
HSL0.830.870.24
HSV299°93°45°
CMYK 0.010.930.00   0.55
XYZ9.93414.899316.3417
Yxy4.89930.31870.1572
Hunter Lab22.134441.3773-28.2795
CIE-Lab26.445952.5665-33.1033

#710872 color RGB value is (113,8,114).

#710872 hex color red value is 113, green value is 8 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #710872 hue: 0.83 , saturation: 0.87 and the lightness value of 710872 is 0.24.

The process color (four color CMYK) of #710872 color hex is 0.01, 0.93, 0.00, 0.55. Web safe color of #710872 is #660066. Color #710872 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001000 01110010
Octal 161 10 162
Decimal 113 8 114
Hex 71 8 72

RGB Percentages of Color #710872

%48.09
%3.40
%48.51

CMYK Percentages of Color #710872

%1
%93
%0
%55

Triadic Colors of #710872

#710872 #727108 #087271

Analogous Colors of #710872

#710872 #72083e #3c0872

Monochromatic Colors of #710872

#710872

Complementary Color

#710872 #097208

#710872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#710872 Color CSS Codes

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

#710872 Text Font Color

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

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


#710872 Background Color

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

This div background color is #710872


#710872 Border Color

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

This div border color is #710872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710872


Comments

No comments written yet.

Please login to write comment.