Color Hex Logo

#715bca Color Hex

#715BCA
(113,91,202)
0 Favorites   0 Comments

Color spaces of #715bca

RGB 11391202
HSL0.700.510.57
HSV252°55°79°
CMYK 0.440.550.00   0.21
XYZ21.211815.257157.7041
Yxy15.25710.22520.1620
Hunter Lab39.060328.5792-60.2473
CIE-Lab45.984336.1103-54.9803

#715bca color RGB value is (113,91,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011011 11001010
Octal 161 133 312
Decimal 113 91 202
Hex 71 5B CA

RGB Percentages of Color #715bca

%27.83
%22.41
%49.75

CMYK Percentages of Color #715bca

%44
%55
%0
%21

Triadic Colors of #715bca

#715bca #ca715b #5bca71

Analogous Colors of #715bca

#715bca #a95bca #5b7dca

Monochromatic Colors of #715bca

#715bca

Complementary Color

#715bca #b4ca5b

#715bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#715bca Color CSS Codes

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

#715bca Text Font Color

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

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


#715bca Background Color

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

This div background color is #715bca


#715bca Border Color

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

This div border color is #715bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715bca


Comments

No comments written yet.

Please login to write comment.