Color Hex Logo

#715cef Color Hex

#715CEF
(113,92,239)
0 Favorites   0 Comments

Color spaces of #715cef

RGB 11392239
HSL0.690.820.65
HSV249°62°94°
CMYK 0.530.620.00   0.06
XYZ26.217217.397083.6375
Yxy17.39700.20600.1367
Hunter Lab41.709739.2066-89.6932
CIE-Lab48.756446.3538-71.5165

#715cef color RGB value is (113,92,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011100 11101111
Octal 161 134 357
Decimal 113 92 239
Hex 71 5C EF

RGB Percentages of Color #715cef

%25.45
%20.72
%53.83

CMYK Percentages of Color #715cef

%53
%62
%0
%6

Triadic Colors of #715cef

#715cef #ef715c #5cef71

Analogous Colors of #715cef

#715cef #bb5cef #5c91ef

Monochromatic Colors of #715cef

#715cef

Complementary Color

#715cef #daef5c

#715cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#715cef Color CSS Codes

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

#715cef Text Font Color

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

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


#715cef Background Color

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

This div background color is #715cef


#715cef Border Color

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

This div border color is #715cef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,92,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 #715cef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715cef


Comments

No comments written yet.

Please login to write comment.