Color Hex Logo

#715898 Color Hex

#715898
(113,88,152)
0 Favorites   0 Comments

Color spaces of #715898

RGB 11388152
HSL0.730.270.47
HSV263°42°60°
CMYK 0.260.420.00   0.40
XYZ15.967312.757231.3266
Yxy12.75720.26590.2124
Hunter Lab35.717217.2929-26.9996
CIE-Lab42.395124.1859-31.3513

#715898 color RGB value is (113,88,152).

#715898 hex color red value is 113, green value is 88 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #715898 hue: 0.73 , saturation: 0.27 and the lightness value of 715898 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011000 10011000
Octal 161 130 230
Decimal 113 88 152
Hex 71 58 98

RGB Percentages of Color #715898

%32.01
%24.93
%43.06

CMYK Percentages of Color #715898

%26
%42
%0
%40

Triadic Colors of #715898

#715898 #987158 #589871

Analogous Colors of #715898

#715898 #915898 #585f98

Monochromatic Colors of #715898

#715898

Complementary Color

#715898 #7f9858

#715898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715898 Color CSS Codes

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

#715898 Text Font Color

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

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


#715898 Background Color

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

This div background color is #715898


#715898 Border Color

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

This div border color is #715898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715898


Comments

No comments written yet.

Please login to write comment.