Color Hex Logo

#712984 Color Hex

#712984
(113,41,132)
0 Favorites   0 Comments

Color spaces of #712984

RGB 11341132
HSL0.800.530.34
HSV287°69°52°
CMYK 0.140.690.00   0.48
XYZ11.76786.762522.5149
Yxy6.76250.28670.1648
Hunter Lab26.004835.2671-33.1298
CIE-Lab31.260045.4974-36.7851

#712984 color RGB value is (113,41,132).

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

The process color (four color CMYK) of #712984 color hex is 0.14, 0.69, 0.00, 0.48. Web safe color of #712984 is #663399. Color #712984 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101001 10000100
Octal 161 51 204
Decimal 113 41 132
Hex 71 29 84

RGB Percentages of Color #712984

%39.51
%14.34
%46.15

CMYK Percentages of Color #712984

%14
%69
%0
%48

Triadic Colors of #712984

#712984 #847129 #298471

Analogous Colors of #712984

#712984 #84296a #442984

Monochromatic Colors of #712984

#712984

Complementary Color

#712984 #3c8429

#712984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712984 Color CSS Codes

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

#712984 Text Font Color

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

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


#712984 Background Color

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

This div background color is #712984


#712984 Border Color

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

This div border color is #712984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712984


Comments

No comments written yet.

Please login to write comment.