Color Hex Logo

#715cdb Color Hex

#715CDB
(113,92,219)
0 Favorites   0 Comments

Color spaces of #715cdb

RGB 11392219
HSL0.690.640.61
HSV250°58°86°
CMYK 0.480.580.00   0.14
XYZ23.423416.279568.9255
Yxy16.27950.21560.1499
Hunter Lab40.347933.0170-73.0405
CIE-Lab47.339140.4649-62.5209

#715cdb color RGB value is (113,92,219).

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

The process color (four color CMYK) of #715cdb color hex is 0.48, 0.58, 0.00, 0.14. Web safe color of #715cdb is #6666cc. Color #715cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011100 11011011
Octal 161 134 333
Decimal 113 92 219
Hex 71 5C DB

RGB Percentages of Color #715cdb

%26.65
%21.70
%51.65

CMYK Percentages of Color #715cdb

%48
%58
%0
%14

Triadic Colors of #715cdb

#715cdb #db715c #5cdb71

Analogous Colors of #715cdb

#715cdb #b15cdb #5c87db

Monochromatic Colors of #715cdb

#715cdb

Complementary Color

#715cdb #c6db5c

#715cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#715cdb Color CSS Codes

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

#715cdb Text Font Color

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

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


#715cdb Background Color

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

This div background color is #715cdb


#715cdb Border Color

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

This div border color is #715cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715cdb


Comments

No comments written yet.

Please login to write comment.