Color Hex Logo

#712476 Color Hex

#712476
(113,36,118)
0 Favorites   0 Comments

Color spaces of #712476

RGB 11336118
HSL0.820.530.30
HSV296°69°46°
CMYK 0.040.690.00   0.54
XYZ10.71096.080517.7487
Yxy6.08050.31010.1760
Hunter Lab24.658734.3817-25.4144
CIE-Lab29.614744.8937-30.6067

#712476 color RGB value is (113,36,118).

#712476 hex color red value is 113, green value is 36 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #712476 hue: 0.82 , saturation: 0.53 and the lightness value of 712476 is 0.30.

The process color (four color CMYK) of #712476 color hex is 0.04, 0.69, 0.00, 0.54. Web safe color of #712476 is #663366. Color #712476 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100100 01110110
Octal 161 44 166
Decimal 113 36 118
Hex 71 24 76

RGB Percentages of Color #712476

%42.32
%13.48
%44.19

CMYK Percentages of Color #712476

%4
%69
%0
%54

Triadic Colors of #712476

#712476 #767124 #247671

Analogous Colors of #712476

#712476 #762452 #482476

Monochromatic Colors of #712476

#712476

Complementary Color

#712476 #297624

#712476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712476 Color CSS Codes

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

#712476 Text Font Color

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

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


#712476 Background Color

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

This div background color is #712476


#712476 Border Color

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

This div border color is #712476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712476


Comments

No comments written yet.

Please login to write comment.