Color Hex Logo

#714096 Color Hex

#714096
(113,64,150)
0 Favorites   0 Comments

Color spaces of #714096

RGB 11364150
HSL0.760.400.42
HSV274°57°59°
CMYK 0.250.570.00   0.41
XYZ14.14859.379529.9189
Yxy9.37950.26470.1755
Hunter Lab30.626028.8675-36.4830
CIE-Lab36.704937.8123-39.1539

#714096 color RGB value is (113,64,150).

#714096 hex color red value is 113, green value is 64 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #714096 hue: 0.76 , saturation: 0.40 and the lightness value of 714096 is 0.42.

The process color (four color CMYK) of #714096 color hex is 0.25, 0.57, 0.00, 0.41. Web safe color of #714096 is #663399. Color #714096 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000000 10010110
Octal 161 100 226
Decimal 113 64 150
Hex 71 40 96

RGB Percentages of Color #714096

%34.56
%19.57
%45.87

CMYK Percentages of Color #714096

%25
%57
%0
%41

Triadic Colors of #714096

#714096 #967140 #409671

Analogous Colors of #714096

#714096 #964090 #464096

Monochromatic Colors of #714096

#714096

Complementary Color

#714096 #659640

#714096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714096 Color CSS Codes

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

#714096 Text Font Color

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

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


#714096 Background Color

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

This div background color is #714096


#714096 Border Color

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

This div border color is #714096


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,64,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #714096; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #714096;
  -webkit-box-shadow: 1px 1px 3px 2px #714096;
  box-shadow:         1px 1px 3px 2px #714096; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714096


Comments

No comments written yet.

Please login to write comment.