Color Hex Logo

#715dad Color Hex

#715DAD
(113,93,173)
0 Favorites   0 Comments

Color spaces of #715dad

RGB 11393173
HSL0.710.330.52
HSV255°46°68°
CMYK 0.350.460.00   0.32
XYZ18.267214.356541.3435
Yxy14.35650.24700.1941
Hunter Lab37.890019.7495-38.1711
CIE-Lab44.739926.7357-40.1017

#715dad color RGB value is (113,93,173).

#715dad hex color red value is 113, green value is 93 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #715dad hue: 0.71 , saturation: 0.33 and the lightness value of 715dad is 0.52.

The process color (four color CMYK) of #715dad color hex is 0.35, 0.46, 0.00, 0.32. Web safe color of #715dad is #666699. Color #715dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011101 10101101
Octal 161 135 255
Decimal 113 93 173
Hex 71 5D AD

RGB Percentages of Color #715dad

%29.82
%24.54
%45.65

CMYK Percentages of Color #715dad

%35
%46
%0
%32

Triadic Colors of #715dad

#715dad #ad715d #5dad71

Analogous Colors of #715dad

#715dad #995dad #5d71ad

Monochromatic Colors of #715dad

#715dad

Complementary Color

#715dad #99ad5d

#715dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#715dad Color CSS Codes

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

#715dad Text Font Color

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

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


#715dad Background Color

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

This div background color is #715dad


#715dad Border Color

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

This div border color is #715dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,93,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #715dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #715dad;
  -webkit-box-shadow: 1px 1px 3px 2px #715dad;
  box-shadow:         1px 1px 3px 2px #715dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715dad


Comments

No comments written yet.

Please login to write comment.