Color Hex Logo

#712181 Color Hex

#712181
(113,33,129)
0 Favorites   0 Comments

Color spaces of #712181

RGB 11333129
HSL0.810.590.32
HSV290°74°51°
CMYK 0.120.740.00   0.49
XYZ11.31646.183421.3660
Yxy6.18340.29120.1591
Hunter Lab24.866437.7168-33.5373
CIE-Lab29.870548.2585-37.1338

#712181 color RGB value is (113,33,129).

#712181 hex color red value is 113, green value is 33 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #712181 hue: 0.81 , saturation: 0.59 and the lightness value of 712181 is 0.32.

The process color (four color CMYK) of #712181 color hex is 0.12, 0.74, 0.00, 0.49. Web safe color of #712181 is #663399. Color #712181 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100001 10000001
Octal 161 41 201
Decimal 113 33 129
Hex 71 21 81

RGB Percentages of Color #712181

%41.09
%12.00
%46.91

CMYK Percentages of Color #712181

%12
%74
%0
%49

Triadic Colors of #712181

#712181 #817121 #218171

Analogous Colors of #712181

#712181 #812161 #412181

Monochromatic Colors of #712181

#712181

Complementary Color

#712181 #318121

#712181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712181 Color CSS Codes

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

#712181 Text Font Color

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

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


#712181 Background Color

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

This div background color is #712181


#712181 Border Color

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

This div border color is #712181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712181


Comments

No comments written yet.

Please login to write comment.