Color Hex Logo

#4511dd Color Hex

#4511DD
(69,17,221)
0 Favorites   0 Comments

Color spaces of #4511dd

RGB 6917221
HSL0.710.860.47
HSV255°92°87°
CMYK 0.690.920.00   0.13
XYZ15.70586.886668.9081
Yxy6.88660.17160.0753
Hunter Lab26.242360.9066-137.3163
CIE-Lab31.547369.4291-89.7336

#4511dd color RGB value is (69,17,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 00010001 11011101
Octal 105 21 335
Decimal 69 17 221
Hex 45 11 DD

RGB Percentages of Color #4511dd

%22.48
%5.54
%71.99

CMYK Percentages of Color #4511dd

%69
%92
%0
%13

Triadic Colors of #4511dd

#4511dd #dd4511 #11dd45

Analogous Colors of #4511dd

#4511dd #ab11dd #1143dd

Monochromatic Colors of #4511dd

#4511dd

Complementary Color

#4511dd #a9dd11

#4511dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4511dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4511dd Color CSS Codes

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

#4511dd Text Font Color

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

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


#4511dd Background Color

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

This div background color is #4511dd


#4511dd Border Color

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

This div border color is #4511dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,17,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4511dd


Comments

No comments written yet.

Please login to write comment.