Color Hex Logo

#715cca Color Hex

#715CCA
(113,92,202)
0 Favorites   0 Comments

Color spaces of #715cca

RGB 11392202
HSL0.700.510.58
HSV251°54°79°
CMYK 0.440.540.00   0.21
XYZ21.297915.429357.7327
Yxy15.42930.22550.1633
Hunter Lab39.280128.0434-59.6464
CIE-Lab46.216735.5187-54.6064

#715cca color RGB value is (113,92,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011100 11001010
Octal 161 134 312
Decimal 113 92 202
Hex 71 5C CA

RGB Percentages of Color #715cca

%27.76
%22.60
%49.63

CMYK Percentages of Color #715cca

%44
%54
%0
%21

Triadic Colors of #715cca

#715cca #ca715c #5cca71

Analogous Colors of #715cca

#715cca #a85cca #5c7eca

Monochromatic Colors of #715cca

#715cca

Complementary Color

#715cca #b5ca5c

#715cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#715cca Color CSS Codes

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

#715cca Text Font Color

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

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


#715cca Background Color

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

This div background color is #715cca


#715cca Border Color

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

This div border color is #715cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715cca


Comments

No comments written yet.

Please login to write comment.