Color Hex Logo

#5522ea Color Hex

#5522EA
(85,34,234)
0 Favorites   0 Comments

Color spaces of #5522ea

RGB 8534234
HSL0.710.830.53
HSV255°85°92°
CMYK 0.640.850.00   0.08
XYZ19.16969.015978.5718
Yxy9.01590.17960.0845
Hunter Lab30.026561.4121-134.1285
CIE-Lab36.014969.0188-89.7094

#5522ea color RGB value is (85,34,234).

#5522ea hex color red value is 85, green value is 34 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5522ea hue: 0.71 , saturation: 0.83 and the lightness value of 5522ea is 0.53.

The process color (four color CMYK) of #5522ea color hex is 0.64, 0.85, 0.00, 0.08. Web safe color of #5522ea is #6633ff. Color #5522ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100010 11101010
Octal 125 42 352
Decimal 85 34 234
Hex 55 22 EA

RGB Percentages of Color #5522ea

%24.08
%9.63
%66.29

CMYK Percentages of Color #5522ea

%64
%85
%0
%8

Triadic Colors of #5522ea

#5522ea #ea5522 #22ea55

Analogous Colors of #5522ea

#5522ea #b922ea #2253ea

Monochromatic Colors of #5522ea

#5522ea

Complementary Color

#5522ea #b7ea22

#5522ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5522ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5522ea Color CSS Codes

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

#5522ea Text Font Color

<p style="color:#5522ea">Text here</p>

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


#5522ea Background Color

<div style="background-color:#5522ea">
Div content here</div>

This div background color is #5522ea


#5522ea Border Color

<div style="border:3px solid #5522ea">
Div here</div>

This div border color is #5522ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,34,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5522ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5522ea;
  -webkit-box-shadow: 1px 1px 3px 2px #5522ea;
  box-shadow:         1px 1px 3px 2px #5522ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5522ea


Comments

No comments written yet.

Please login to write comment.