Color Hex Logo

#714caa Color Hex

#714CAA
(113,76,170)
0 Favorites   0 Comments

Color spaces of #714caa

RGB 11376170
HSL0.730.380.48
HSV264°55°67°
CMYK 0.340.550.00   0.33
XYZ16.650211.581939.3882
Yxy11.58190.24620.1713
Hunter Lab34.032227.7745-44.7986
CIE-Lab40.543736.0443-45.0164

#714caa color RGB value is (113,76,170).

#714caa hex color red value is 113, green value is 76 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #714caa hue: 0.73 , saturation: 0.38 and the lightness value of 714caa is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001100 10101010
Octal 161 114 252
Decimal 113 76 170
Hex 71 4C AA

RGB Percentages of Color #714caa

%31.48
%21.17
%47.35

CMYK Percentages of Color #714caa

%34
%55
%0
%33

Triadic Colors of #714caa

#714caa #aa714c #4caa71

Analogous Colors of #714caa

#714caa #a04caa #4c56aa

Monochromatic Colors of #714caa

#714caa

Complementary Color

#714caa #85aa4c

#714caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#714caa Color CSS Codes

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

#714caa Text Font Color

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

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


#714caa Background Color

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

This div background color is #714caa


#714caa Border Color

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

This div border color is #714caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,76,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 #714caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714caa


Comments

No comments written yet.

Please login to write comment.