Color Hex Logo

#715be5 Color Hex

#715BE5
(113,91,229)
0 Favorites   0 Comments

Color spaces of #715be5

RGB 11391229
HSL0.690.730.63
HSV250°60°90°
CMYK 0.510.600.00   0.10
XYZ24.694016.650076.0410
Yxy16.65000.21040.1418
Hunter Lab40.804436.6168-81.9267
CIE-Lab47.816043.9779-67.4156

#715be5 color RGB value is (113,91,229).

#715be5 hex color red value is 113, green value is 91 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #715be5 hue: 0.69 , saturation: 0.73 and the lightness value of 715be5 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011011 11100101
Octal 161 133 345
Decimal 113 91 229
Hex 71 5B E5

RGB Percentages of Color #715be5

%26.10
%21.02
%52.89

CMYK Percentages of Color #715be5

%51
%60
%0
%10

Triadic Colors of #715be5

#715be5 #e5715b #5be571

Analogous Colors of #715be5

#715be5 #b65be5 #5b8ae5

Monochromatic Colors of #715be5

#715be5

Complementary Color

#715be5 #cfe55b

#715be5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715be5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715be5 Color CSS Codes

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

#715be5 Text Font Color

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

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


#715be5 Background Color

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

This div background color is #715be5


#715be5 Border Color

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

This div border color is #715be5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715be5


Comments

No comments written yet.

Please login to write comment.