Color Hex Logo

#715bcd Color Hex

#715BCD
(113,91,205)
0 Favorites   0 Comments

Color spaces of #715bcd

RGB 11391205
HSL0.700.530.58
HSV252°56°80°
CMYK 0.450.560.00   0.20
XYZ21.570615.400759.5933
Yxy15.40070.22340.1595
Hunter Lab39.243729.4373-62.5638
CIE-Lab46.178236.9751-56.3934

#715bcd color RGB value is (113,91,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011011 11001101
Octal 161 133 315
Decimal 113 91 205
Hex 71 5B CD

RGB Percentages of Color #715bcd

%27.63
%22.25
%50.12

CMYK Percentages of Color #715bcd

%45
%56
%0
%20

Triadic Colors of #715bcd

#715bcd #cd715b #5bcd71

Analogous Colors of #715bcd

#715bcd #aa5bcd #5b7ecd

Monochromatic Colors of #715bcd

#715bcd

Complementary Color

#715bcd #b7cd5b

#715bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#715bcd Color CSS Codes

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

#715bcd Text Font Color

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

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


#715bcd Background Color

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

This div background color is #715bcd


#715bcd Border Color

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

This div border color is #715bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715bcd


Comments

No comments written yet.

Please login to write comment.