Color Hex Logo

#715380 Color Hex

#715380
(113,83,128)
0 Favorites   0 Comments

Color spaces of #715380

RGB 11383128
HSL0.780.210.41
HSV280°35°50°
CMYK 0.120.350.00   0.50
XYZ13.799611.255721.8673
Yxy11.25570.29410.2399
Hunter Lab33.549514.7090-15.1601
CIE-Lab40.007821.3792-20.5576

#715380 color RGB value is (113,83,128).

#715380 hex color red value is 113, green value is 83 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #715380 hue: 0.78 , saturation: 0.21 and the lightness value of 715380 is 0.41.

The process color (four color CMYK) of #715380 color hex is 0.12, 0.35, 0.00, 0.50. Web safe color of #715380 is #666699. Color #715380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010011 10000000
Octal 161 123 200
Decimal 113 83 128
Hex 71 53 80

RGB Percentages of Color #715380

%34.88
%25.62
%39.51

CMYK Percentages of Color #715380

%12
%35
%0
%50

Triadic Colors of #715380

#715380 #807153 #538071

Analogous Colors of #715380

#715380 #805379 #5b5380

Monochromatic Colors of #715380

#715380

Complementary Color

#715380 #628053

#715380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715380 Color CSS Codes

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

#715380 Text Font Color

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

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


#715380 Background Color

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

This div background color is #715380


#715380 Border Color

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

This div border color is #715380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715380


Comments

No comments written yet.

Please login to write comment.