Color Hex Logo

#715def Color Hex

#715DEF
(113,93,239)
0 Favorites   0 Comments

Color spaces of #715def

RGB 11393239
HSL0.690.820.65
HSV248°61°94°
CMYK 0.530.610.00   0.06
XYZ26.304417.571483.6666
Yxy17.57140.20620.1378
Hunter Lab41.918338.6548-88.9969
CIE-Lab48.972145.7846-71.1659

#715def color RGB value is (113,93,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011101 11101111
Octal 161 135 357
Decimal 113 93 239
Hex 71 5D EF

RGB Percentages of Color #715def

%25.39
%20.90
%53.71

CMYK Percentages of Color #715def

%53
%61
%0
%6

Triadic Colors of #715def

#715def #ef715d #5def71

Analogous Colors of #715def

#715def #ba5def #5d92ef

Monochromatic Colors of #715def

#715def

Complementary Color

#715def #dbef5d

#715def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715def Color Preview on White Background

Lorem ipsum dolor sit amet.

#715def Color CSS Codes

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

#715def Text Font Color

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

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


#715def Background Color

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

This div background color is #715def


#715def Border Color

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

This div border color is #715def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715def


Comments

No comments written yet.

Please login to write comment.