Color Hex Logo

#715484 Color Hex

#715484
(113,84,132)
0 Favorites   0 Comments

Color spaces of #715484

RGB 11384132
HSL0.770.220.42
HSV276°36°52°
CMYK 0.140.360.00   0.48
XYZ14.145211.517323.3073
Yxy11.51730.28890.2352
Hunter Lab33.937115.0098-16.9631
CIE-Lab40.438421.6990-22.3317

#715484 color RGB value is (113,84,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010100 10000100
Octal 161 124 204
Decimal 113 84 132
Hex 71 54 84

RGB Percentages of Color #715484

%34.35
%25.53
%40.12

CMYK Percentages of Color #715484

%14
%36
%0
%48

Triadic Colors of #715484

#715484 #847154 #548471

Analogous Colors of #715484

#715484 #84547f #595484

Monochromatic Colors of #715484

#715484

Complementary Color

#715484 #678454

#715484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715484 Color CSS Codes

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

#715484 Text Font Color

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

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


#715484 Background Color

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

This div background color is #715484


#715484 Border Color

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

This div border color is #715484


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,84,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 #715484">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715484


Comments

No comments written yet.

Please login to write comment.