Color Hex Logo

#5829fe Color Hex

#5829FE
(88,41,254)
0 Favorites   0 Comments

Color spaces of #5829fe

RGB 8841254
HSL0.700.990.58
HSV253°84°100°
CMYK 0.650.840.00   0.00
XYZ22.706810.816394.6569
Yxy10.81630.17710.0844
Hunter Lab32.888165.6866-147.6236
CIE-Lab39.269372.0182-95.5882

#5829fe color RGB value is (88,41,254).

#5829fe hex color red value is 88, green value is 41 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5829fe hue: 0.70 , saturation: 0.99 and the lightness value of 5829fe is 0.58.

The process color (four color CMYK) of #5829fe color hex is 0.65, 0.84, 0.00, 0.00. Web safe color of #5829fe is #6633ff. Color #5829fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101001 11111110
Octal 130 51 376
Decimal 88 41 254
Hex 58 29 FE

RGB Percentages of Color #5829fe

%22.98
%10.70
%66.32

CMYK Percentages of Color #5829fe

%65
%84
%0
%0

Triadic Colors of #5829fe

#5829fe #fe5829 #29fe58

Analogous Colors of #5829fe

#5829fe #c329fe #2965fe

Monochromatic Colors of #5829fe

#5829fe

Complementary Color

#5829fe #cffe29

#5829fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5829fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5829fe Color CSS Codes

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

#5829fe Text Font Color

<p style="color:#5829fe">Text here</p>

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


#5829fe Background Color

<div style="background-color:#5829fe">
Div content here</div>

This div background color is #5829fe


#5829fe Border Color

<div style="border:3px solid #5829fe">
Div here</div>

This div border color is #5829fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,41,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5829fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5829fe;
  -webkit-box-shadow: 1px 1px 3px 2px #5829fe;
  box-shadow:         1px 1px 3px 2px #5829fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,41,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5829fe

Related Colors


Comments

No comments written yet.

Please login to write comment.