Color Hex Logo

#5833de Color Hex

#5833DE
(88,51,222)
0 Favorites   0 Comments

Color spaces of #5833de

RGB 8851222
HSL0.700.720.54
HSV253°77°87°
CMYK 0.600.770.00   0.13
XYZ18.39319.716370.0132
Yxy9.71630.18750.0990
Hunter Lab31.171050.7785-111.3517
CIE-Lab37.328459.3434-80.6794

#5833de color RGB value is (88,51,222).

#5833de hex color red value is 88, green value is 51 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5833de hue: 0.70 , saturation: 0.72 and the lightness value of 5833de is 0.54.

The process color (four color CMYK) of #5833de color hex is 0.60, 0.77, 0.00, 0.13. Web safe color of #5833de is #6633cc. Color #5833de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110011 11011110
Octal 130 63 336
Decimal 88 51 222
Hex 58 33 DE

RGB Percentages of Color #5833de

%24.38
%14.13
%61.50

CMYK Percentages of Color #5833de

%60
%77
%0
%13

Triadic Colors of #5833de

#5833de #de5833 #33de58

Analogous Colors of #5833de

#5833de #ae33de #3364de

Monochromatic Colors of #5833de

#5833de

Complementary Color

#5833de #b9de33

#5833de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5833de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5833de Color CSS Codes

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

#5833de Text Font Color

<p style="color:#5833de">Text here</p>

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


#5833de Background Color

<div style="background-color:#5833de">
Div content here</div>

This div background color is #5833de


#5833de Border Color

<div style="border:3px solid #5833de">
Div here</div>

This div border color is #5833de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,51,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5833de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5833de;
  -webkit-box-shadow: 1px 1px 3px 2px #5833de;
  box-shadow:         1px 1px 3px 2px #5833de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5833de


Comments

No comments written yet.

Please login to write comment.