Color Hex Logo

#715ecc Color Hex

#715ECC
(113,94,204)
0 Favorites   0 Comments

Color spaces of #715ecc

RGB 11394204
HSL0.700.520.58
HSV250°54°80°
CMYK 0.450.540.00   0.20
XYZ21.711815.875859.0467
Yxy15.87580.22470.1643
Hunter Lab39.844427.5394-59.9725
CIE-Lab46.811134.9111-54.8004

#715ecc color RGB value is (113,94,204).

#715ecc hex color red value is 113, green value is 94 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #715ecc hue: 0.70 , saturation: 0.52 and the lightness value of 715ecc is 0.58.

The process color (four color CMYK) of #715ecc color hex is 0.45, 0.54, 0.00, 0.20. Web safe color of #715ecc is #6666cc. Color #715ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011110 11001100
Octal 161 136 314
Decimal 113 94 204
Hex 71 5E CC

RGB Percentages of Color #715ecc

%27.49
%22.87
%49.64

CMYK Percentages of Color #715ecc

%45
%54
%0
%20

Triadic Colors of #715ecc

#715ecc #cc715e #5ecc71

Analogous Colors of #715ecc

#715ecc #a85ecc #5e82cc

Monochromatic Colors of #715ecc

#715ecc

Complementary Color

#715ecc #b9cc5e

#715ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#715ecc Color CSS Codes

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

#715ecc Text Font Color

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

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


#715ecc Background Color

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

This div background color is #715ecc


#715ecc Border Color

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

This div border color is #715ecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,94,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #715ecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #715ecc;
  -webkit-box-shadow: 1px 1px 3px 2px #715ecc;
  box-shadow:         1px 1px 3px 2px #715ecc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715ecc


Comments

No comments written yet.

Please login to write comment.