Color Hex Logo

#715dcd Color Hex

#715DCD
(113,93,205)
0 Favorites   0 Comments

Color spaces of #715dcd

RGB 11393205
HSL0.700.530.58
HSV251°55°80°
CMYK 0.450.550.00   0.20
XYZ21.743815.747259.6511
Yxy15.74720.22380.1621
Hunter Lab39.682728.3627-61.3468
CIE-Lab46.641135.7942-55.6482

#715dcd color RGB value is (113,93,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011101 11001101
Octal 161 135 315
Decimal 113 93 205
Hex 71 5D CD

RGB Percentages of Color #715dcd

%27.49
%22.63
%49.88

CMYK Percentages of Color #715dcd

%45
%55
%0
%20

Triadic Colors of #715dcd

#715dcd #cd715d #5dcd71

Analogous Colors of #715dcd

#715dcd #a95dcd #5d81cd

Monochromatic Colors of #715dcd

#715dcd

Complementary Color

#715dcd #b9cd5d

#715dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#715dcd Color CSS Codes

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

#715dcd Text Font Color

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

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


#715dcd Background Color

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

This div background color is #715dcd


#715dcd Border Color

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

This div border color is #715dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715dcd


Comments

No comments written yet.

Please login to write comment.