Color Hex Logo

#715ebe Color Hex

#715EBE
(113,94,190)
0 Favorites   0 Comments

Color spaces of #715ebe

RGB 11394190
HSL0.700.420.56
HSV252°51°75°
CMYK 0.410.510.00   0.25
XYZ20.107015.233850.5959
Yxy15.23380.23400.1773
Hunter Lab39.030523.6529-49.5373
CIE-Lab45.952830.8867-48.0957

#715ebe color RGB value is (113,94,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011110 10111110
Octal 161 136 276
Decimal 113 94 190
Hex 71 5E BE

RGB Percentages of Color #715ebe

%28.46
%23.68
%47.86

CMYK Percentages of Color #715ebe

%41
%51
%0
%25

Triadic Colors of #715ebe

#715ebe #be715e #5ebe71

Analogous Colors of #715ebe

#715ebe #a15ebe #5e7bbe

Monochromatic Colors of #715ebe

#715ebe

Complementary Color

#715ebe #abbe5e

#715ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#715ebe Color CSS Codes

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

#715ebe Text Font Color

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

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


#715ebe Background Color

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

This div background color is #715ebe


#715ebe Border Color

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

This div border color is #715ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715ebe


Comments

No comments written yet.

Please login to write comment.