Color Hex Logo

#715ecd Color Hex

#715ECD
(113,94,205)
0 Favorites   0 Comments

Color spaces of #715ecd

RGB 11394205
HSL0.700.530.59
HSV250°54°80°
CMYK 0.450.540.00   0.20
XYZ21.832215.923959.6805
Yxy15.92390.22410.1634
Hunter Lab39.904827.8254-60.7392
CIE-Lab46.874535.2019-55.2726

#715ecd color RGB value is (113,94,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011110 11001101
Octal 161 136 315
Decimal 113 94 205
Hex 71 5E CD

RGB Percentages of Color #715ecd

%27.43
%22.82
%49.76

CMYK Percentages of Color #715ecd

%45
%54
%0
%20

Triadic Colors of #715ecd

#715ecd #cd715e #5ecd71

Analogous Colors of #715ecd

#715ecd #a95ecd #5e83cd

Monochromatic Colors of #715ecd

#715ecd

Complementary Color

#715ecd #bacd5e

#715ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#715ecd Color CSS Codes

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

#715ecd Text Font Color

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

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


#715ecd Background Color

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

This div background color is #715ecd


#715ecd Border Color

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

This div border color is #715ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715ecd


Comments

No comments written yet.

Please login to write comment.