Color Hex Logo

#715ebb Color Hex

#715EBB
(113,94,187)
0 Favorites   0 Comments

Color spaces of #715ebb

RGB 11394187
HSL0.700.410.55
HSV252°50°73°
CMYK 0.400.500.00   0.27
XYZ19.782415.104048.8864
Yxy15.10400.23610.1803
Hunter Lab38.863922.8479-47.3755
CIE-Lab45.776330.0354-46.6352

#715ebb color RGB value is (113,94,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011110 10111011
Octal 161 136 273
Decimal 113 94 187
Hex 71 5E BB

RGB Percentages of Color #715ebb

%28.68
%23.86
%47.46

CMYK Percentages of Color #715ebb

%40
%50
%0
%27

Triadic Colors of #715ebb

#715ebb #bb715e #5ebb71

Analogous Colors of #715ebb

#715ebb #a05ebb #5e7abb

Monochromatic Colors of #715ebb

#715ebb

Complementary Color

#715ebb #a8bb5e

#715ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#715ebb Color CSS Codes

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

#715ebb Text Font Color

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

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


#715ebb Background Color

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

This div background color is #715ebb


#715ebb Border Color

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

This div border color is #715ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715ebb


Comments

No comments written yet.

Please login to write comment.