Color Hex Logo

#714eaa Color Hex

#714EAA
(113,78,170)
0 Favorites   0 Comments

Color spaces of #714eaa

RGB 11378170
HSL0.730.370.49
HSV263°54°67°
CMYK 0.340.540.00   0.33
XYZ16.790111.861839.4348
Yxy11.86180.24660.1742
Hunter Lab34.441026.7477-43.7782
CIE-Lab40.995634.8779-44.2935

#714eaa color RGB value is (113,78,170).

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

The process color (four color CMYK) of #714eaa color hex is 0.34, 0.54, 0.00, 0.33. Web safe color of #714eaa is #666699. Color #714eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001110 10101010
Octal 161 116 252
Decimal 113 78 170
Hex 71 4E AA

RGB Percentages of Color #714eaa

%31.30
%21.61
%47.09

CMYK Percentages of Color #714eaa

%34
%54
%0
%33

Triadic Colors of #714eaa

#714eaa #aa714e #4eaa71

Analogous Colors of #714eaa

#714eaa #9f4eaa #4e59aa

Monochromatic Colors of #714eaa

#714eaa

Complementary Color

#714eaa #87aa4e

#714eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#714eaa Color CSS Codes

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

#714eaa Text Font Color

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

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


#714eaa Background Color

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

This div background color is #714eaa


#714eaa Border Color

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

This div border color is #714eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714eaa


Comments

No comments written yet.

Please login to write comment.