Color Hex Logo

#4716dc Color Hex

#4716DC
(71,22,220)
0 Favorites   0 Comments

Color spaces of #4716dc

RGB 7122220
HSL0.710.820.47
HSV255°90°86°
CMYK 0.680.900.00   0.14
XYZ15.80377.080768.2439
Yxy7.08070.17340.0777
Hunter Lab26.609659.4462-133.4306
CIE-Lab31.989968.0904-88.4170

#4716dc color RGB value is (71,22,220).

#4716dc hex color red value is 71, green value is 22 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4716dc hue: 0.71 , saturation: 0.82 and the lightness value of 4716dc is 0.47.

The process color (four color CMYK) of #4716dc color hex is 0.68, 0.90, 0.00, 0.14. Web safe color of #4716dc is #3300cc. Color #4716dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010110 11011100
Octal 107 26 334
Decimal 71 22 220
Hex 47 16 DC

RGB Percentages of Color #4716dc

%22.68
%7.03
%70.29

CMYK Percentages of Color #4716dc

%68
%90
%0
%14

Triadic Colors of #4716dc

#4716dc #dc4716 #16dc47

Analogous Colors of #4716dc

#4716dc #aa16dc #1648dc

Monochromatic Colors of #4716dc

#4716dc

Complementary Color

#4716dc #abdc16

#4716dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4716dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4716dc Color CSS Codes

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

#4716dc Text Font Color

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

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


#4716dc Background Color

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

This div background color is #4716dc


#4716dc Border Color

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

This div border color is #4716dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,22,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 #4716dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4716dc


Comments

No comments written yet.

Please login to write comment.