Color Hex Logo

#5821dd Color Hex

#5821DD
(88,33,221)
0 Favorites   0 Comments

Color spaces of #5821dd

RGB 8833221
HSL0.720.740.50
HSV258°85°87°
CMYK 0.600.850.00   0.13
XYZ17.61958.382969.0960
Yxy8.38290.18530.0881
Hunter Lab28.953257.9581-121.2265
CIE-Lab34.767966.2669-84.3368

#5821dd color RGB value is (88,33,221).

#5821dd hex color red value is 88, green value is 33 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5821dd hue: 0.72 , saturation: 0.74 and the lightness value of 5821dd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100001 11011101
Octal 130 41 335
Decimal 88 33 221
Hex 58 21 DD

RGB Percentages of Color #5821dd

%25.73
%9.65
%64.62

CMYK Percentages of Color #5821dd

%60
%85
%0
%13

Triadic Colors of #5821dd

#5821dd #dd5821 #21dd58

Analogous Colors of #5821dd

#5821dd #b621dd #2148dd

Monochromatic Colors of #5821dd

#5821dd

Complementary Color

#5821dd #a6dd21

#5821dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5821dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5821dd Color CSS Codes

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

#5821dd Text Font Color

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

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


#5821dd Background Color

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

This div background color is #5821dd


#5821dd Border Color

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

This div border color is #5821dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,33,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 #5821dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5821dd


Comments

No comments written yet.

Please login to write comment.