Color Hex Logo

#715398 Color Hex

#715398
(113,83,152)
0 Favorites   0 Comments

Color spaces of #715398

RGB 11383152
HSL0.740.290.46
HSV266°45°60°
CMYK 0.260.450.00   0.40
XYZ15.570811.964231.1944
Yxy11.96420.26510.2037
Hunter Lab34.589319.8227-29.2582
CIE-Lab41.159227.2105-33.2963

#715398 color RGB value is (113,83,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010011 10011000
Octal 161 123 230
Decimal 113 83 152
Hex 71 53 98

RGB Percentages of Color #715398

%32.47
%23.85
%43.68

CMYK Percentages of Color #715398

%26
%45
%0
%40

Triadic Colors of #715398

#715398 #987153 #539871

Analogous Colors of #715398

#715398 #945398 #535798

Monochromatic Colors of #715398

#715398

Complementary Color

#715398 #7a9853

#715398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715398 Color CSS Codes

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

#715398 Text Font Color

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

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


#715398 Background Color

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

This div background color is #715398


#715398 Border Color

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

This div border color is #715398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715398


Comments

No comments written yet.

Please login to write comment.