Color Hex Logo

#714985 Color Hex

#714985
(113,73,133)
0 Favorites   0 Comments

Color spaces of #714985

RGB 11373133
HSL0.780.290.40
HSV280°45°52°
CMYK 0.150.450.00   0.48
XYZ13.42629.969323.4069
Yxy9.96930.28690.2130
Hunter Lab31.574220.6482-21.8515
CIE-Lab37.787328.5587-27.0728

#714985 color RGB value is (113,73,133).

#714985 hex color red value is 113, green value is 73 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #714985 hue: 0.78 , saturation: 0.29 and the lightness value of 714985 is 0.40.

The process color (four color CMYK) of #714985 color hex is 0.15, 0.45, 0.00, 0.48. Web safe color of #714985 is #663399. Color #714985 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001001 10000101
Octal 161 111 205
Decimal 113 73 133
Hex 71 49 85

RGB Percentages of Color #714985

%35.42
%22.88
%41.69

CMYK Percentages of Color #714985

%15
%45
%0
%48

Triadic Colors of #714985

#714985 #857149 #498571

Analogous Colors of #714985

#714985 #85497b #534985

Monochromatic Colors of #714985

#714985

Complementary Color

#714985 #5d8549

#714985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714985 Color CSS Codes

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

#714985 Text Font Color

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

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


#714985 Background Color

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

This div background color is #714985


#714985 Border Color

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

This div border color is #714985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714985


Comments

No comments written yet.

Please login to write comment.