Color Hex Logo

#715499 Color Hex

#715499
(113,84,153)
0 Favorites   0 Comments

Color spaces of #715499

RGB 11384153
HSL0.740.290.46
HSV265°45°60°
CMYK 0.260.450.00   0.40
XYZ15.730112.151331.6534
Yxy12.15130.26420.2041
Hunter Lab34.858719.5459-29.4371
CIE-Lab41.455626.8626-33.4287

#715499 color RGB value is (113,84,153).

#715499 hex color red value is 113, green value is 84 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #715499 hue: 0.74 , saturation: 0.29 and the lightness value of 715499 is 0.46.

The process color (four color CMYK) of #715499 color hex is 0.26, 0.45, 0.00, 0.40. Web safe color of #715499 is #666699. Color #715499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010100 10011001
Octal 161 124 231
Decimal 113 84 153
Hex 71 54 99

RGB Percentages of Color #715499

%32.29
%24.00
%43.71

CMYK Percentages of Color #715499

%26
%45
%0
%40

Triadic Colors of #715499

#715499 #997154 #549971

Analogous Colors of #715499

#715499 #945499 #545999

Monochromatic Colors of #715499

#715499

Complementary Color

#715499 #7c9954

#715499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715499 Color CSS Codes

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

#715499 Text Font Color

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

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


#715499 Background Color

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

This div background color is #715499


#715499 Border Color

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

This div border color is #715499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715499


Comments

No comments written yet.

Please login to write comment.