Color Hex Logo

#5713dc Color Hex

#5713DC
(87,19,220)
0 Favorites   0 Comments

Color spaces of #5713dc

RGB 8719220
HSL0.720.840.47
HSV260°91°86°
CMYK 0.600.910.00   0.14
XYZ17.08167.659368.2882
Yxy7.65930.18360.0823
Hunter Lab27.675461.7402-126.9232
CIE-Lab33.263069.8224-86.2591

#5713dc color RGB value is (87,19,220).

#5713dc hex color red value is 87, green value is 19 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5713dc hue: 0.72 , saturation: 0.84 and the lightness value of 5713dc is 0.47.

The process color (four color CMYK) of #5713dc color hex is 0.60, 0.91, 0.00, 0.14. Web safe color of #5713dc is #6600cc. Color #5713dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010011 11011100
Octal 127 23 334
Decimal 87 19 220
Hex 57 13 DC

RGB Percentages of Color #5713dc

%26.69
%5.83
%67.48

CMYK Percentages of Color #5713dc

%60
%91
%0
%14

Triadic Colors of #5713dc

#5713dc #dc5713 #13dc57

Analogous Colors of #5713dc

#5713dc #bc13dc #1334dc

Monochromatic Colors of #5713dc

#5713dc

Complementary Color

#5713dc #98dc13

#5713dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5713dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5713dc Color CSS Codes

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

#5713dc Text Font Color

<p style="color:#5713dc">Text here</p>

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


#5713dc Background Color

<div style="background-color:#5713dc">
Div content here</div>

This div background color is #5713dc


#5713dc Border Color

<div style="border:3px solid #5713dc">
Div here</div>

This div border color is #5713dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,19,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5713dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5713dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5713dc;
  box-shadow:         1px 1px 3px 2px #5713dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,19,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5713dc


Comments

No comments written yet.

Please login to write comment.