Color Hex Logo

#715399 Color Hex

#715399
(113,83,153)
0 Favorites   0 Comments

Color spaces of #715399

RGB 11383153
HSL0.740.300.46
HSV266°46°60°
CMYK 0.260.460.00   0.40
XYZ15.653111.997131.6277
Yxy11.99710.26410.2024
Hunter Lab34.636820.0534-29.8933
CIE-Lab41.211527.4660-33.8137

#715399 color RGB value is (113,83,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010011 10011001
Octal 161 123 231
Decimal 113 83 153
Hex 71 53 99

RGB Percentages of Color #715399

%32.38
%23.78
%43.84

CMYK Percentages of Color #715399

%26
%46
%0
%40

Triadic Colors of #715399

#715399 #997153 #539971

Analogous Colors of #715399

#715399 #945399 #535899

Monochromatic Colors of #715399

#715399

Complementary Color

#715399 #7b9953

#715399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715399 Color CSS Codes

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

#715399 Text Font Color

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

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


#715399 Background Color

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

This div background color is #715399


#715399 Border Color

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

This div border color is #715399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715399


Comments

No comments written yet.

Please login to write comment.