Color Hex Logo

#5504da Color Hex

#5504DA
(85,4,218)
0 Favorites   0 Comments

Color spaces of #5504da

RGB 854218
HSL0.730.960.44
HSV263°98°85°
CMYK 0.610.980.00   0.15
XYZ16.44467.080166.8295
Yxy7.08010.18200.0784
Hunter Lab26.608563.7520-130.2862
CIE-Lab31.988671.7638-87.2287

#5504da color RGB value is (85,4,218).

#5504da hex color red value is 85, green value is 4 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5504da hue: 0.73 , saturation: 0.96 and the lightness value of 5504da is 0.44.

The process color (four color CMYK) of #5504da color hex is 0.61, 0.98, 0.00, 0.15. Web safe color of #5504da is #6600cc. Color #5504da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000100 11011010
Octal 125 4 332
Decimal 85 4 218
Hex 55 4 DA

RGB Percentages of Color #5504da

%27.69
%1.30
%71.01

CMYK Percentages of Color #5504da

%61
%98
%0
%15

Triadic Colors of #5504da

#5504da #da5504 #04da55

Analogous Colors of #5504da

#5504da #c004da #041eda

Monochromatic Colors of #5504da

#5504da

Complementary Color

#5504da #89da04

#5504da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5504da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5504da Color CSS Codes

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

#5504da Text Font Color

<p style="color:#5504da">Text here</p>

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


#5504da Background Color

<div style="background-color:#5504da">
Div content here</div>

This div background color is #5504da


#5504da Border Color

<div style="border:3px solid #5504da">
Div here</div>

This div border color is #5504da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,4,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5504da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5504da;
  -webkit-box-shadow: 1px 1px 3px 2px #5504da;
  box-shadow:         1px 1px 3px 2px #5504da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5504da


Comments

No comments written yet.

Please login to write comment.