Color Hex Logo

#5528da Color Hex

#5528DA
(85,40,218)
0 Favorites   0 Comments

Color spaces of #5528da

RGB 8540218
HSL0.710.710.51
HSV255°82°85°
CMYK 0.610.820.00   0.15
XYZ17.16008.510867.0680
Yxy8.51080.18500.0918
Hunter Lab29.173353.9422-115.8837
CIE-Lab35.024862.6595-82.1957

#5528da color RGB value is (85,40,218).

#5528da hex color red value is 85, green value is 40 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5528da hue: 0.71 , saturation: 0.71 and the lightness value of 5528da is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101000 11011010
Octal 125 50 332
Decimal 85 40 218
Hex 55 28 DA

RGB Percentages of Color #5528da

%24.78
%11.66
%63.56

CMYK Percentages of Color #5528da

%61
%82
%0
%15

Triadic Colors of #5528da

#5528da #da5528 #28da55

Analogous Colors of #5528da

#5528da #ae28da #2854da

Monochromatic Colors of #5528da

#5528da

Complementary Color

#5528da #adda28

#5528da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5528da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5528da Color CSS Codes

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

#5528da Text Font Color

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

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


#5528da Background Color

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

This div background color is #5528da


#5528da Border Color

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

This div border color is #5528da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5528da


Comments

No comments written yet.

Please login to write comment.