Color Hex Logo

#5536dc Color Hex

#5536DC
(85,54,220)
0 Favorites   0 Comments

Color spaces of #5536dc

RGB 8554220
HSL0.700.700.54
HSV251°75°86°
CMYK 0.610.750.00   0.14
XYZ17.98379.736968.6417
Yxy9.73690.18660.1010
Hunter Lab31.204048.2673-108.5817
CIE-Lab37.366057.0192-79.4798

#5536dc color RGB value is (85,54,220).

#5536dc hex color red value is 85, green value is 54 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5536dc hue: 0.70 , saturation: 0.70 and the lightness value of 5536dc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110110 11011100
Octal 125 66 334
Decimal 85 54 220
Hex 55 36 DC

RGB Percentages of Color #5536dc

%23.68
%15.04
%61.28

CMYK Percentages of Color #5536dc

%61
%75
%0
%14

Triadic Colors of #5536dc

#5536dc #dc5536 #36dc55

Analogous Colors of #5536dc

#5536dc #a836dc #366adc

Monochromatic Colors of #5536dc

#5536dc

Complementary Color

#5536dc #bddc36

#5536dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5536dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5536dc Color CSS Codes

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

#5536dc Text Font Color

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

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


#5536dc Background Color

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

This div background color is #5536dc


#5536dc Border Color

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

This div border color is #5536dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5536dc


Comments

No comments written yet.

Please login to write comment.