Color Hex Logo

#5520be Color Hex

#5520BE
(85,32,190)
0 Favorites   0 Comments

Color spaces of #5520be

RGB 8532190
HSL0.720.710.44
HSV260°83°75°
CMYK 0.550.830.00   0.25
XYZ13.55716.682049.2904
Yxy6.68200.19500.0961
Hunter Lab25.849648.3796-94.9605
CIE-Lab31.071758.3485-72.4087

#5520be color RGB value is (85,32,190).

#5520be hex color red value is 85, green value is 32 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5520be hue: 0.72 , saturation: 0.71 and the lightness value of 5520be is 0.44.

The process color (four color CMYK) of #5520be color hex is 0.55, 0.83, 0.00, 0.25. Web safe color of #5520be is #6633cc. Color #5520be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100000 10111110
Octal 125 40 276
Decimal 85 32 190
Hex 55 20 BE

RGB Percentages of Color #5520be

%27.69
%10.42
%61.89

CMYK Percentages of Color #5520be

%55
%83
%0
%25

Triadic Colors of #5520be

#5520be #be5520 #20be55

Analogous Colors of #5520be

#5520be #a420be #203abe

Monochromatic Colors of #5520be

#5520be

Complementary Color

#5520be #89be20

#5520be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5520be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5520be Color CSS Codes

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

#5520be Text Font Color

<p style="color:#5520be">Text here</p>

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


#5520be Background Color

<div style="background-color:#5520be">
Div content here</div>

This div background color is #5520be


#5520be Border Color

<div style="border:3px solid #5520be">
Div here</div>

This div border color is #5520be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,32,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5520be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5520be;
  -webkit-box-shadow: 1px 1px 3px 2px #5520be;
  box-shadow:         1px 1px 3px 2px #5520be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5520be


Comments

No comments written yet.

Please login to write comment.