Color Hex Logo

#715afd Color Hex

#715AFD
(113,90,253)
0 Favorites   0 Comments

Color spaces of #715afd

RGB 11390253
HSL0.690.980.67
HSV248°64°99°
CMYK 0.550.640.00   0.01
XYZ28.195817.914994.9003
Yxy17.91490.20000.1270
Hunter Lab42.326044.8387-103.3076
CIE-Lab49.392751.6011-78.2975

#715afd color RGB value is (113,90,253).

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

The process color (four color CMYK) of #715afd color hex is 0.55, 0.64, 0.00, 0.01. Web safe color of #715afd is #6666ff. Color #715afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011010 11111101
Octal 161 132 375
Decimal 113 90 253
Hex 71 5A FD

RGB Percentages of Color #715afd

%24.78
%19.74
%55.48

CMYK Percentages of Color #715afd

%55
%64
%0
%1

Triadic Colors of #715afd

#715afd #fd715a #5afd71

Analogous Colors of #715afd

#715afd #c35afd #5a95fd

Monochromatic Colors of #715afd

#715afd

Complementary Color

#715afd #e6fd5a

#715afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#715afd Color CSS Codes

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

#715afd Text Font Color

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

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


#715afd Background Color

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

This div background color is #715afd


#715afd Border Color

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

This div border color is #715afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715afd


Comments

No comments written yet.

Please login to write comment.