Color Hex Logo

#715299 Color Hex

#715299
(113,82,153)
0 Favorites   0 Comments

Color spaces of #715299

RGB 11382153
HSL0.740.300.46
HSV266°46°60°
CMYK 0.260.460.00   0.40
XYZ15.577111.845231.6023
Yxy11.84520.26390.2007
Hunter Lab34.416920.5598-30.3496
CIE-Lab40.969028.0669-34.1963

#715299 color RGB value is (113,82,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010010 10011001
Octal 161 122 231
Decimal 113 82 153
Hex 71 52 99

RGB Percentages of Color #715299

%32.47
%23.56
%43.97

CMYK Percentages of Color #715299

%26
%46
%0
%40

Triadic Colors of #715299

#715299 #997152 #529971

Analogous Colors of #715299

#715299 #955299 #525699

Monochromatic Colors of #715299

#715299

Complementary Color

#715299 #7a9952

#715299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715299 Color CSS Codes

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

#715299 Text Font Color

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

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


#715299 Background Color

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

This div background color is #715299


#715299 Border Color

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

This div border color is #715299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715299


Comments

No comments written yet.

Please login to write comment.