Color Hex Logo

#5522fc Color Hex

#5522FC
(85,34,252)
0 Favorites   0 Comments

Color spaces of #5522fc

RGB 8534252
HSL0.710.970.56
HSV254°87°99°
CMYK 0.660.870.00   0.01
XYZ21.889010.103692.8920
Yxy10.10360.17530.0809
Hunter Lab31.786267.2952-151.0190
CIE-Lab38.027773.5998-96.5351

#5522fc color RGB value is (85,34,252).

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

The process color (four color CMYK) of #5522fc color hex is 0.66, 0.87, 0.00, 0.01. Web safe color of #5522fc is #6633ff. Color #5522fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100010 11111100
Octal 125 42 374
Decimal 85 34 252
Hex 55 22 FC

RGB Percentages of Color #5522fc

%22.91
%9.16
%67.92

CMYK Percentages of Color #5522fc

%66
%87
%0
%1

Triadic Colors of #5522fc

#5522fc #fc5522 #22fc55

Analogous Colors of #5522fc

#5522fc #c222fc #225cfc

Monochromatic Colors of #5522fc

#5522fc

Complementary Color

#5522fc #c9fc22

#5522fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5522fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5522fc Color CSS Codes

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

#5522fc Text Font Color

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

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


#5522fc Background Color

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

This div background color is #5522fc


#5522fc Border Color

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

This div border color is #5522fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5522fc


Comments

No comments written yet.

Please login to write comment.