Color Hex Logo

#715cba Color Hex

#715CBA
(113,92,186)
0 Favorites   0 Comments

Color spaces of #715cba

RGB 11392186
HSL0.700.410.55
HSV253°51°73°
CMYK 0.390.510.00   0.27
XYZ19.500114.710248.2660
Yxy14.71020.23640.1784
Hunter Lab38.353923.6347-47.7651
CIE-Lab45.234730.9538-46.9185

#715cba color RGB value is (113,92,186).

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

The process color (four color CMYK) of #715cba color hex is 0.39, 0.51, 0.00, 0.27. Web safe color of #715cba is #6666cc. Color #715cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011100 10111010
Octal 161 134 272
Decimal 113 92 186
Hex 71 5C BA

RGB Percentages of Color #715cba

%28.90
%23.53
%47.57

CMYK Percentages of Color #715cba

%39
%51
%0
%27

Triadic Colors of #715cba

#715cba #ba715c #5cba71

Analogous Colors of #715cba

#715cba #a05cba #5c76ba

Monochromatic Colors of #715cba

#715cba

Complementary Color

#715cba #a5ba5c

#715cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#715cba Color CSS Codes

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

#715cba Text Font Color

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

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


#715cba Background Color

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

This div background color is #715cba


#715cba Border Color

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

This div border color is #715cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715cba


Comments

No comments written yet.

Please login to write comment.