Color Hex Logo

#5522dc Color Hex

#5522DC
(85,34,220)
0 Favorites   0 Comments

Color spaces of #5522dc

RGB 8534220
HSL0.710.730.50
HSV256°85°86°
CMYK 0.610.850.00   0.14
XYZ17.23668.242768.3927
Yxy8.24270.18360.0878
Hunter Lab28.710156.9228-121.1425
CIE-Lab34.483365.4134-84.2424

#5522dc color RGB value is (85,34,220).

#5522dc hex color red value is 85, green value is 34 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5522dc hue: 0.71 , saturation: 0.73 and the lightness value of 5522dc is 0.50.

The process color (four color CMYK) of #5522dc color hex is 0.61, 0.85, 0.00, 0.14. Web safe color of #5522dc is #6633cc. Color #5522dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100010 11011100
Octal 125 42 334
Decimal 85 34 220
Hex 55 22 DC

RGB Percentages of Color #5522dc

%25.07
%10.03
%64.90

CMYK Percentages of Color #5522dc

%61
%85
%0
%14

Triadic Colors of #5522dc

#5522dc #dc5522 #22dc55

Analogous Colors of #5522dc

#5522dc #b222dc #224cdc

Monochromatic Colors of #5522dc

#5522dc

Complementary Color

#5522dc #a9dc22

#5522dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5522dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5522dc Color CSS Codes

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

#5522dc Text Font Color

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

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


#5522dc Background Color

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

This div background color is #5522dc


#5522dc Border Color

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

This div border color is #5522dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5522dc


Comments

No comments written yet.

Please login to write comment.