Color Hex Logo

#714276 Color Hex

#714276
(113,66,118)
0 Favorites   0 Comments

Color spaces of #714276

RGB 11366118
HSL0.820.280.36
HSV294°44°46°
CMYK 0.040.440.00   0.54
XYZ12.02838.715118.1878
Yxy8.71510.30900.2239
Hunter Lab29.521321.0664-15.8630
CIE-Lab35.429929.3493-21.4741

#714276 color RGB value is (113,66,118).

#714276 hex color red value is 113, green value is 66 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #714276 hue: 0.82 , saturation: 0.28 and the lightness value of 714276 is 0.36.

The process color (four color CMYK) of #714276 color hex is 0.04, 0.44, 0.00, 0.54. Web safe color of #714276 is #663366. Color #714276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000010 01110110
Octal 161 102 166
Decimal 113 66 118
Hex 71 42 76

RGB Percentages of Color #714276

%38.05
%22.22
%39.73

CMYK Percentages of Color #714276

%4
%44
%0
%54

Triadic Colors of #714276

#714276 #767142 #427671

Analogous Colors of #714276

#714276 #764261 #574276

Monochromatic Colors of #714276

#714276

Complementary Color

#714276 #477642

#714276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714276 Color CSS Codes

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

#714276 Text Font Color

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

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


#714276 Background Color

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

This div background color is #714276


#714276 Border Color

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

This div border color is #714276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714276


Comments

No comments written yet.

Please login to write comment.