Color Hex Logo

#712caa Color Hex

#712CAA
(113,44,170)
0 Favorites   0 Comments

Color spaces of #712caa

RGB 11344170
HSL0.760.590.42
HSV273°74°67°
CMYK 0.340.740.00   0.33
XYZ14.96648.214438.8269
Yxy8.21440.24140.1325
Hunter Lab28.660843.0547-60.2579
CIE-Lab34.425552.6484-54.8850

#712caa color RGB value is (113,44,170).

#712caa hex color red value is 113, green value is 44 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #712caa hue: 0.76 , saturation: 0.59 and the lightness value of 712caa is 0.42.

The process color (four color CMYK) of #712caa color hex is 0.34, 0.74, 0.00, 0.33. Web safe color of #712caa is #663399. Color #712caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101100 10101010
Octal 161 54 252
Decimal 113 44 170
Hex 71 2C AA

RGB Percentages of Color #712caa

%34.56
%13.46
%51.99

CMYK Percentages of Color #712caa

%34
%74
%0
%33

Triadic Colors of #712caa

#712caa #aa712c #2caa71

Analogous Colors of #712caa

#712caa #aa2ca4 #322caa

Monochromatic Colors of #712caa

#712caa

Complementary Color

#712caa #65aa2c

#712caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#712caa Color CSS Codes

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

#712caa Text Font Color

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

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


#712caa Background Color

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

This div background color is #712caa


#712caa Border Color

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

This div border color is #712caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,44,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #712caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #712caa;
  -webkit-box-shadow: 1px 1px 3px 2px #712caa;
  box-shadow:         1px 1px 3px 2px #712caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712caa


Comments

No comments written yet.

Please login to write comment.