Color Hex Logo

#715aef Color Hex

#715AEF
(113,90,239)
0 Favorites   0 Comments

Color spaces of #715aef

RGB 11390239
HSL0.690.820.65
HSV249°62°94°
CMYK 0.530.620.00   0.06
XYZ26.046217.055083.5805
Yxy17.05500.20560.1346
Hunter Lab41.297740.3079-91.0859
CIE-Lab48.329347.4858-72.2114

#715aef color RGB value is (113,90,239).

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

The process color (four color CMYK) of #715aef color hex is 0.53, 0.62, 0.00, 0.06. Web safe color of #715aef is #6666ff. Color #715aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011010 11101111
Octal 161 132 357
Decimal 113 90 239
Hex 71 5A EF

RGB Percentages of Color #715aef

%25.57
%20.36
%54.07

CMYK Percentages of Color #715aef

%53
%62
%0
%6

Triadic Colors of #715aef

#715aef #ef715a #5aef71

Analogous Colors of #715aef

#715aef #bc5aef #5a8eef

Monochromatic Colors of #715aef

#715aef

Complementary Color

#715aef #d8ef5a

#715aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#715aef Color CSS Codes

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

#715aef Text Font Color

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

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


#715aef Background Color

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

This div background color is #715aef


#715aef Border Color

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

This div border color is #715aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715aef


Comments

No comments written yet.

Please login to write comment.