Color Hex Logo

#712982 Color Hex

#712982
(113,41,130)
0 Favorites   0 Comments

Color spaces of #712982

RGB 11341130
HSL0.800.520.34
HSV289°68°51°
CMYK 0.130.680.00   0.49
XYZ11.63236.708321.8008
Yxy6.70830.28980.1671
Hunter Lab25.900434.8417-31.7751
CIE-Lab31.133445.0829-35.7395

#712982 color RGB value is (113,41,130).

#712982 hex color red value is 113, green value is 41 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #712982 hue: 0.80 , saturation: 0.52 and the lightness value of 712982 is 0.34.

The process color (four color CMYK) of #712982 color hex is 0.13, 0.68, 0.00, 0.49. Web safe color of #712982 is #663399. Color #712982 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101001 10000010
Octal 161 51 202
Decimal 113 41 130
Hex 71 29 82

RGB Percentages of Color #712982

%39.79
%14.44
%45.77

CMYK Percentages of Color #712982

%13
%68
%0
%49

Triadic Colors of #712982

#712982 #827129 #298271

Analogous Colors of #712982

#712982 #822967 #452982

Monochromatic Colors of #712982

#712982

Complementary Color

#712982 #3a8229

#712982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712982 Color CSS Codes

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

#712982 Text Font Color

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

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


#712982 Background Color

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

This div background color is #712982


#712982 Border Color

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

This div border color is #712982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712982


Comments

No comments written yet.

Please login to write comment.