Color Hex Logo

#5224dd Color Hex

#5224DD
(82,36,221)
0 Favorites   0 Comments

Color spaces of #5224dd

RGB 8236221
HSL0.710.730.50
HSV255°84°87°
CMYK 0.630.840.00   0.13
XYZ17.16178.276069.0995
Yxy8.27600.18150.0875
Hunter Lab28.768056.1409-122.2742
CIE-Lab34.551264.7102-84.7134

#5224dd color RGB value is (82,36,221).

#5224dd hex color red value is 82, green value is 36 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5224dd hue: 0.71 , saturation: 0.73 and the lightness value of 5224dd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100100 11011101
Octal 122 44 335
Decimal 82 36 221
Hex 52 24 DD

RGB Percentages of Color #5224dd

%24.19
%10.62
%65.19

CMYK Percentages of Color #5224dd

%63
%84
%0
%13

Triadic Colors of #5224dd

#5224dd #dd5224 #24dd52

Analogous Colors of #5224dd

#5224dd #af24dd #2453dd

Monochromatic Colors of #5224dd

#5224dd

Complementary Color

#5224dd #afdd24

#5224dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5224dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5224dd Color CSS Codes

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

#5224dd Text Font Color

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

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


#5224dd Background Color

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

This div background color is #5224dd


#5224dd Border Color

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

This div border color is #5224dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5224dd


Comments

No comments written yet.

Please login to write comment.