Color Hex Logo

#5833dd Color Hex

#5833DD
(88,51,221)
0 Favorites   0 Comments

Color spaces of #5833dd

RGB 8851221
HSL0.700.710.53
HSV253°77°87°
CMYK 0.600.770.00   0.13
XYZ18.25959.662869.3093
Yxy9.66280.18780.0994
Hunter Lab31.085050.4529-110.4374
CIE-Lab37.230359.0641-80.2680

#5833dd color RGB value is (88,51,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110011 11011101
Octal 130 63 335
Decimal 88 51 221
Hex 58 33 DD

RGB Percentages of Color #5833dd

%24.44
%14.17
%61.39

CMYK Percentages of Color #5833dd

%60
%77
%0
%13

Triadic Colors of #5833dd

#5833dd #dd5833 #33dd58

Analogous Colors of #5833dd

#5833dd #ad33dd #3363dd

Monochromatic Colors of #5833dd

#5833dd

Complementary Color

#5833dd #b8dd33

#5833dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5833dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5833dd Color CSS Codes

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

#5833dd Text Font Color

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

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


#5833dd Background Color

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

This div background color is #5833dd


#5833dd Border Color

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

This div border color is #5833dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5833dd


Comments

No comments written yet.

Please login to write comment.