Color Hex Logo

#5829cb Color Hex

#5829CB
(88,41,203)
0 Favorites   0 Comments

Color spaces of #5829cb

RGB 8841203
HSL0.720.660.48
HSV257°80°80°
CMYK 0.570.800.00   0.20
XYZ15.59697.972457.2167
Yxy7.97240.19310.0987
Hunter Lab28.235449.1891-100.3813
CIE-Lab33.925358.5435-75.3147

#5829cb color RGB value is (88,41,203).

#5829cb hex color red value is 88, green value is 41 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5829cb hue: 0.72 , saturation: 0.66 and the lightness value of 5829cb is 0.48.

The process color (four color CMYK) of #5829cb color hex is 0.57, 0.80, 0.00, 0.20. Web safe color of #5829cb is #6633cc. Color #5829cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101001 11001011
Octal 130 51 313
Decimal 88 41 203
Hex 58 29 CB

RGB Percentages of Color #5829cb

%26.51
%12.35
%61.14

CMYK Percentages of Color #5829cb

%57
%80
%0
%20

Triadic Colors of #5829cb

#5829cb #cb5829 #29cb58

Analogous Colors of #5829cb

#5829cb #a929cb #294bcb

Monochromatic Colors of #5829cb

#5829cb

Complementary Color

#5829cb #9ccb29

#5829cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5829cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5829cb Color CSS Codes

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

#5829cb Text Font Color

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

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


#5829cb Background Color

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

This div background color is #5829cb


#5829cb Border Color

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

This div border color is #5829cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5829cb


Comments

No comments written yet.

Please login to write comment.