Color Hex Logo

#715dbe Color Hex

#715DBE
(113,93,190)
0 Favorites   0 Comments

Color spaces of #715dbe

RGB 11393190
HSL0.700.430.55
HSV252°51°75°
CMYK 0.410.510.00   0.25
XYZ20.018715.057150.5664
Yxy15.05710.23370.1758
Hunter Lab38.803524.1820-50.1008
CIE-Lab45.712331.4865-48.4802

#715dbe color RGB value is (113,93,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011101 10111110
Octal 161 135 276
Decimal 113 93 190
Hex 71 5D BE

RGB Percentages of Color #715dbe

%28.54
%23.48
%47.98

CMYK Percentages of Color #715dbe

%41
%51
%0
%25

Triadic Colors of #715dbe

#715dbe #be715d #5dbe71

Analogous Colors of #715dbe

#715dbe #a25dbe #5d7abe

Monochromatic Colors of #715dbe

#715dbe

Complementary Color

#715dbe #aabe5d

#715dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#715dbe Color CSS Codes

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

#715dbe Text Font Color

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

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


#715dbe Background Color

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

This div background color is #715dbe


#715dbe Border Color

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

This div border color is #715dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715dbe


Comments

No comments written yet.

Please login to write comment.