Color Hex Logo

#715aff Color Hex

#715AFF
(113,90,255)
0 Favorites   0 Comments

Color spaces of #715aff

RGB 11390255
HSL0.691.000.68
HSV248°65°100°
CMYK 0.560.650.00   0.00
XYZ28.516218.043096.5874
Yxy18.04300.19920.1260
Hunter Lab42.477145.4979-105.0840
CIE-Lab49.548252.1893-79.1549

#715aff color RGB value is (113,90,255).

#715aff hex color red value is 113, green value is 90 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #715aff hue: 0.69 , saturation: 1.00 and the lightness value of 715aff is 0.68.

The process color (four color CMYK) of #715aff color hex is 0.56, 0.65, 0.00, 0.00. Web safe color of #715aff is #6666ff. Color #715aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011010 11111111
Octal 161 132 377
Decimal 113 90 255
Hex 71 5A FF

RGB Percentages of Color #715aff

%24.67
%19.65
%55.68

CMYK Percentages of Color #715aff

%56
%65
%0
%0

Triadic Colors of #715aff

#715aff #ff715a #5aff71

Analogous Colors of #715aff

#715aff #c45aff #5a96ff

Monochromatic Colors of #715aff

#715aff

Complementary Color

#715aff #e8ff5a

#715aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#715aff Color CSS Codes

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

#715aff Text Font Color

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

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


#715aff Background Color

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

This div background color is #715aff


#715aff Border Color

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

This div border color is #715aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715aff

Related Colors

#715aff Color Palettes


Comments

No comments written yet.

Please login to write comment.