Color Hex Logo

#715fde Color Hex

#715FDE
(113,95,222)
0 Favorites   0 Comments

Color spaces of #715fde

RGB 11395222
HSL0.690.660.62
HSV249°57°87°
CMYK 0.490.570.00   0.13
XYZ24.087116.969171.1131
Yxy16.96910.21470.1513
Hunter Lab41.193632.2855-73.5178
CIE-Lab48.221139.5963-62.7981

#715fde color RGB value is (113,95,222).

#715fde hex color red value is 113, green value is 95 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #715fde hue: 0.69 , saturation: 0.66 and the lightness value of 715fde is 0.62.

The process color (four color CMYK) of #715fde color hex is 0.49, 0.57, 0.00, 0.13. Web safe color of #715fde is #6666cc. Color #715fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011111 11011110
Octal 161 137 336
Decimal 113 95 222
Hex 71 5F DE

RGB Percentages of Color #715fde

%26.28
%22.09
%51.63

CMYK Percentages of Color #715fde

%49
%57
%0
%13

Triadic Colors of #715fde

#715fde #de715f #5fde71

Analogous Colors of #715fde

#715fde #b15fde #5f8dde

Monochromatic Colors of #715fde

#715fde

Complementary Color

#715fde #ccde5f

#715fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#715fde Color CSS Codes

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

#715fde Text Font Color

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

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


#715fde Background Color

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

This div background color is #715fde


#715fde Border Color

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

This div border color is #715fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715fde


Comments

No comments written yet.

Please login to write comment.