Color Hex Logo

#714075 Color Hex

#714075
(113,64,117)
0 Favorites   0 Comments

Color spaces of #714075

RGB 11364117
HSL0.820.290.35
HSV295°45°46°
CMYK 0.030.450.00   0.54
XYZ11.85438.461917.8381
Yxy8.46190.31070.2218
Hunter Lab29.089321.8348-15.9951
CIE-Lab34.926930.3009-21.6308

#714075 color RGB value is (113,64,117).

#714075 hex color red value is 113, green value is 64 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #714075 hue: 0.82 , saturation: 0.29 and the lightness value of 714075 is 0.35.

The process color (four color CMYK) of #714075 color hex is 0.03, 0.45, 0.00, 0.54. Web safe color of #714075 is #663366. Color #714075 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000000 01110101
Octal 161 100 165
Decimal 113 64 117
Hex 71 40 75

RGB Percentages of Color #714075

%38.44
%21.77
%39.80

CMYK Percentages of Color #714075

%3
%45
%0
%54

Triadic Colors of #714075

#714075 #757140 #407571

Analogous Colors of #714075

#714075 #75405f #574075

Monochromatic Colors of #714075

#714075

Complementary Color

#714075 #447540

#714075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714075 Color CSS Codes

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

#714075 Text Font Color

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

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


#714075 Background Color

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

This div background color is #714075


#714075 Border Color

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

This div border color is #714075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714075


Comments

No comments written yet.

Please login to write comment.