Color Hex Logo

#714baa Color Hex

#714BAA
(113,75,170)
0 Favorites   0 Comments

Color spaces of #714baa

RGB 11375170
HSL0.730.390.48
HSV264°56°67°
CMYK 0.340.560.00   0.33
XYZ16.581811.445139.3654
Yxy11.44510.24600.1698
Hunter Lab33.830628.2868-45.3086
CIE-Lab40.320236.6240-45.3743

#714baa color RGB value is (113,75,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001011 10101010
Octal 161 113 252
Decimal 113 75 170
Hex 71 4B AA

RGB Percentages of Color #714baa

%31.56
%20.95
%47.49

CMYK Percentages of Color #714baa

%34
%56
%0
%33

Triadic Colors of #714baa

#714baa #aa714b #4baa71

Analogous Colors of #714baa

#714baa #a14baa #4b54aa

Monochromatic Colors of #714baa

#714baa

Complementary Color

#714baa #84aa4b

#714baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#714baa Color CSS Codes

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

#714baa Text Font Color

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

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


#714baa Background Color

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

This div background color is #714baa


#714baa Border Color

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

This div border color is #714baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714baa


Comments

No comments written yet.

Please login to write comment.