Color Hex Logo

#5544dd Color Hex

#5544DD
(85,68,221)
1 Favorites   0 Comments

Color spaces of #5544dd

RGB 8568221
HSL0.690.690.57
HSV247°69°87°
CMYK 0.620.690.00   0.13
XYZ18.864611.286069.5908
Yxy11.28600.18910.1132
Hunter Lab33.594641.4435-99.3021
CIE-Lab40.058150.0279-75.6252

#5544dd color RGB value is (85,68,221).

#5544dd hex color red value is 85, green value is 68 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5544dd hue: 0.69 , saturation: 0.69 and the lightness value of 5544dd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000100 11011101
Octal 125 104 335
Decimal 85 68 221
Hex 55 44 DD

RGB Percentages of Color #5544dd

%22.73
%18.18
%59.09

CMYK Percentages of Color #5544dd

%62
%69
%0
%13

Triadic Colors of #5544dd

#5544dd #dd5544 #44dd55

Analogous Colors of #5544dd

#5544dd #a244dd #4480dd

Monochromatic Colors of #5544dd

#5544dd

Complementary Color

#5544dd #ccdd44

#5544dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5544dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5544dd Color CSS Codes

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

#5544dd Text Font Color

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

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


#5544dd Background Color

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

This div background color is #5544dd


#5544dd Border Color

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

This div border color is #5544dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,68,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 #5544dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5544dd


Comments

No comments written yet.

Please login to write comment.