Color Hex Logo

#4911dc Color Hex

#4911DC
(73,17,220)
0 Favorites   0 Comments

Color spaces of #4911dc

RGB 7317220
HSL0.710.860.46
HSV257°92°86°
CMYK 0.670.920.00   0.14
XYZ15.86646.984768.2221
Yxy6.98470.17420.0767
Hunter Lab26.428660.9125-134.5498
CIE-Lab31.772169.3926-88.7744

#4911dc color RGB value is (73,17,220).

#4911dc hex color red value is 73, green value is 17 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4911dc hue: 0.71 , saturation: 0.86 and the lightness value of 4911dc is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010001 11011100
Octal 111 21 334
Decimal 73 17 220
Hex 49 11 DC

RGB Percentages of Color #4911dc

%23.55
%5.48
%70.97

CMYK Percentages of Color #4911dc

%67
%92
%0
%14

Triadic Colors of #4911dc

#4911dc #dc4911 #11dc49

Analogous Colors of #4911dc

#4911dc #af11dc #113fdc

Monochromatic Colors of #4911dc

#4911dc

Complementary Color

#4911dc #a4dc11

#4911dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4911dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4911dc Color CSS Codes

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

#4911dc Text Font Color

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

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


#4911dc Background Color

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

This div background color is #4911dc


#4911dc Border Color

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

This div border color is #4911dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4911dc


Comments

No comments written yet.

Please login to write comment.