Color Hex Logo

#715184 Color Hex

#715184
(113,81,132)
0 Favorites   0 Comments

Color spaces of #715184

RGB 11381132
HSL0.770.240.42
HSV278°39°52°
CMYK 0.140.390.00   0.48
XYZ13.917311.061523.2314
Yxy11.06150.28870.2294
Hunter Lab33.258816.4911-18.1331
CIE-Lab39.683923.5207-23.5027

#715184 color RGB value is (113,81,132).

#715184 hex color red value is 113, green value is 81 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #715184 hue: 0.77 , saturation: 0.24 and the lightness value of 715184 is 0.42.

The process color (four color CMYK) of #715184 color hex is 0.14, 0.39, 0.00, 0.48. Web safe color of #715184 is #666699. Color #715184 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010001 10000100
Octal 161 121 204
Decimal 113 81 132
Hex 71 51 84

RGB Percentages of Color #715184

%34.66
%24.85
%40.49

CMYK Percentages of Color #715184

%14
%39
%0
%48

Triadic Colors of #715184

#715184 #847151 #518471

Analogous Colors of #715184

#715184 #84517e #585184

Monochromatic Colors of #715184

#715184

Complementary Color

#715184 #648451

#715184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715184 Color CSS Codes

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

#715184 Text Font Color

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

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


#715184 Background Color

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

This div background color is #715184


#715184 Border Color

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

This div border color is #715184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715184


Comments

No comments written yet.

Please login to write comment.