Color Hex Logo

#714eb5 Color Hex

#714EB5
(113,78,181)
0 Favorites   0 Comments

Color spaces of #714eb5

RGB 11378181
HSL0.720.410.51
HSV260°57°71°
CMYK 0.380.570.00   0.29
XYZ17.874912.295745.1473
Yxy12.29570.23730.1633
Hunter Lab35.065229.6283-51.7916
CIE-Lab41.682337.8346-49.6854

#714eb5 color RGB value is (113,78,181).

#714eb5 hex color red value is 113, green value is 78 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #714eb5 hue: 0.72 , saturation: 0.41 and the lightness value of 714eb5 is 0.51.

The process color (four color CMYK) of #714eb5 color hex is 0.38, 0.57, 0.00, 0.29. Web safe color of #714eb5 is #6666cc. Color #714eb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001110 10110101
Octal 161 116 265
Decimal 113 78 181
Hex 71 4E B5

RGB Percentages of Color #714eb5

%30.38
%20.97
%48.66

CMYK Percentages of Color #714eb5

%38
%57
%0
%29

Triadic Colors of #714eb5

#714eb5 #b5714e #4eb571

Analogous Colors of #714eb5

#714eb5 #a54eb5 #4e5fb5

Monochromatic Colors of #714eb5

#714eb5

Complementary Color

#714eb5 #92b54e

#714eb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714eb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714eb5 Color CSS Codes

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

#714eb5 Text Font Color

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

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


#714eb5 Background Color

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

This div background color is #714eb5


#714eb5 Border Color

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

This div border color is #714eb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714eb5


Comments

No comments written yet.

Please login to write comment.