Color Hex Logo

#715adf Color Hex

#715ADF
(113,90,223)
0 Favorites   0 Comments

Color spaces of #715adf

RGB 11390223
HSL0.700.680.61
HSV250°60°87°
CMYK 0.490.600.00   0.13
XYZ23.785516.150871.6758
Yxy16.15080.21310.1447
Hunter Lab40.188135.3170-77.6127
CIE-Lab47.171742.7933-65.0638

#715adf color RGB value is (113,90,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011010 11011111
Octal 161 132 337
Decimal 113 90 223
Hex 71 5A DF

RGB Percentages of Color #715adf

%26.53
%21.13
%52.35

CMYK Percentages of Color #715adf

%49
%60
%0
%13

Triadic Colors of #715adf

#715adf #df715a #5adf71

Analogous Colors of #715adf

#715adf #b45adf #5a86df

Monochromatic Colors of #715adf

#715adf

Complementary Color

#715adf #c8df5a

#715adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#715adf Color CSS Codes

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

#715adf Text Font Color

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

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


#715adf Background Color

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

This div background color is #715adf


#715adf Border Color

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

This div border color is #715adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715adf


Comments

No comments written yet.

Please login to write comment.