Color Hex Logo

#5521dd Color Hex

#5521DD
(85,33,221)
0 Favorites   0 Comments

Color spaces of #5521dd

RGB 8533221
HSL0.710.740.50
HSV257°85°87°
CMYK 0.620.850.00   0.13
XYZ17.34138.239569.0830
Yxy8.23950.18320.0870
Hunter Lab28.704557.6045-122.5997
CIE-Lab34.476866.0134-84.8280

#5521dd color RGB value is (85,33,221).

#5521dd hex color red value is 85, green value is 33 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5521dd hue: 0.71 , saturation: 0.74 and the lightness value of 5521dd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100001 11011101
Octal 125 41 335
Decimal 85 33 221
Hex 55 21 DD

RGB Percentages of Color #5521dd

%25.07
%9.73
%65.19

CMYK Percentages of Color #5521dd

%62
%85
%0
%13

Triadic Colors of #5521dd

#5521dd #dd5521 #21dd55

Analogous Colors of #5521dd

#5521dd #b321dd #214bdd

Monochromatic Colors of #5521dd

#5521dd

Complementary Color

#5521dd #a9dd21

#5521dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5521dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5521dd Color CSS Codes

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

#5521dd Text Font Color

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

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


#5521dd Background Color

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

This div background color is #5521dd


#5521dd Border Color

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

This div border color is #5521dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5521dd


Comments

No comments written yet.

Please login to write comment.