Color Hex Logo

#712652 Color Hex

#712652
(113,38,82)
0 Favorites   0 Comments

Color spaces of #712652

RGB 1133882
HSL0.900.500.30
HSV325°66°44°
CMYK 0.000.660.27   0.56
XYZ9.02625.50618.5697
Yxy5.50610.39070.2383
Hunter Lab23.465127.5988-5.2278
CIE-Lab28.130637.8997-9.6229

#712652 color RGB value is (113,38,82).

#712652 hex color red value is 113, green value is 38 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #712652 hue: 0.90 , saturation: 0.50 and the lightness value of 712652 is 0.30.

The process color (four color CMYK) of #712652 color hex is 0.00, 0.66, 0.27, 0.56. Web safe color of #712652 is #663366. Color #712652 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100110 01010010
Octal 161 46 122
Decimal 113 38 82
Hex 71 26 52

RGB Percentages of Color #712652

%48.50
%16.31
%35.19

CMYK Percentages of Color #712652

%0
%66
%27
%56

Triadic Colors of #712652

#712652 #527126 #265271

Analogous Colors of #712652

#712652 #71262d #6b2671

Monochromatic Colors of #712652

#712652

Complementary Color

#712652 #267145

#712652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712652 Color CSS Codes

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

#712652 Text Font Color

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

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


#712652 Background Color

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

This div background color is #712652


#712652 Border Color

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

This div border color is #712652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712652


Comments

No comments written yet.

Please login to write comment.