Color Hex Logo

#4511dc Color Hex

#4511DC
(69,17,220)
0 Favorites   0 Comments

Color spaces of #4511dc

RGB 6917220
HSL0.710.860.46
HSV255°92°86°
CMYK 0.690.920.00   0.14
XYZ15.57306.833468.2083
Yxy6.83340.17190.0754
Hunter Lab26.140860.5925-136.4050
CIE-Lab31.424669.1827-89.3620

#4511dc color RGB value is (69,17,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 00010001 11011100
Octal 105 21 334
Decimal 69 17 220
Hex 45 11 DC

RGB Percentages of Color #4511dc

%22.55
%5.56
%71.90

CMYK Percentages of Color #4511dc

%69
%92
%0
%14

Triadic Colors of #4511dc

#4511dc #dc4511 #11dc45

Analogous Colors of #4511dc

#4511dc #ab11dc #1143dc

Monochromatic Colors of #4511dc

#4511dc

Complementary Color

#4511dc #a8dc11

#4511dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4511dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4511dc Color CSS Codes

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

#4511dc Text Font Color

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

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


#4511dc Background Color

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

This div background color is #4511dc


#4511dc Border Color

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

This div border color is #4511dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4511dc


Comments

No comments written yet.

Please login to write comment.