Color Hex Logo

#5521be Color Hex

#5521BE
(85,33,190)
0 Favorites   0 Comments

Color spaces of #5521be

RGB 8533190
HSL0.720.700.44
HSV260°83°75°
CMYK 0.550.830.00   0.25
XYZ13.58446.736749.2995
Yxy6.73670.19510.0968
Hunter Lab25.955248.0018-94.4475
CIE-Lab31.199857.9716-72.1973

#5521be color RGB value is (85,33,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100001 10111110
Octal 125 41 276
Decimal 85 33 190
Hex 55 21 BE

RGB Percentages of Color #5521be

%27.60
%10.71
%61.69

CMYK Percentages of Color #5521be

%55
%83
%0
%25

Triadic Colors of #5521be

#5521be #be5521 #21be55

Analogous Colors of #5521be

#5521be #a421be #213bbe

Monochromatic Colors of #5521be

#5521be

Complementary Color

#5521be #8abe21

#5521be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5521be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5521be Color CSS Codes

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

#5521be Text Font Color

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

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


#5521be Background Color

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

This div background color is #5521be


#5521be Border Color

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

This div border color is #5521be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5521be


Comments

No comments written yet.

Please login to write comment.