Color Hex Logo

#715185 Color Hex

#715185
(113,81,133)
0 Favorites   0 Comments

Color spaces of #715185

RGB 11381133
HSL0.770.240.42
HSV277°39°52°
CMYK 0.150.390.00   0.48
XYZ13.986111.089023.5935
Yxy11.08900.28740.2278
Hunter Lab33.300216.6949-18.6975
CIE-Lab39.730023.7555-24.0409

#715185 color RGB value is (113,81,133).

#715185 hex color red value is 113, green value is 81 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #715185 hue: 0.77 , saturation: 0.24 and the lightness value of 715185 is 0.42.

The process color (four color CMYK) of #715185 color hex is 0.15, 0.39, 0.00, 0.48. Web safe color of #715185 is #666699. Color #715185 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010001 10000101
Octal 161 121 205
Decimal 113 81 133
Hex 71 51 85

RGB Percentages of Color #715185

%34.56
%24.77
%40.67

CMYK Percentages of Color #715185

%15
%39
%0
%48

Triadic Colors of #715185

#715185 #857151 #518571

Analogous Colors of #715185

#715185 #85517f #575185

Monochromatic Colors of #715185

#715185

Complementary Color

#715185 #658551

#715185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715185 Color CSS Codes

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

#715185 Text Font Color

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

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


#715185 Background Color

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

This div background color is #715185


#715185 Border Color

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

This div border color is #715185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715185


Comments

No comments written yet.

Please login to write comment.