Color Hex Logo

#5529fc Color Hex

#5529FC
(85,41,252)
0 Favorites   0 Comments

Color spaces of #5529fc

RGB 8541252
HSL0.700.970.57
HSV253°84°99°
CMYK 0.660.840.00   0.01
XYZ22.109910.545492.9656
Yxy10.54540.17600.0839
Hunter Lab32.473764.7038-147.0037
CIE-Lab38.804071.2812-95.2468

#5529fc color RGB value is (85,41,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101001 11111100
Octal 125 51 374
Decimal 85 41 252
Hex 55 29 FC

RGB Percentages of Color #5529fc

%22.49
%10.85
%66.67

CMYK Percentages of Color #5529fc

%66
%84
%0
%1

Triadic Colors of #5529fc

#5529fc #fc5529 #29fc55

Analogous Colors of #5529fc

#5529fc #bf29fc #2967fc

Monochromatic Colors of #5529fc

#5529fc

Complementary Color

#5529fc #d0fc29

#5529fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5529fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5529fc Color CSS Codes

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

#5529fc Text Font Color

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

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


#5529fc Background Color

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

This div background color is #5529fc


#5529fc Border Color

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

This div border color is #5529fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5529fc


Comments

No comments written yet.

Please login to write comment.