Color Hex Logo

#5229dd Color Hex

#5229DD
(82,41,221)
0 Favorites   0 Comments

Color spaces of #5229dd

RGB 8241221
HSL0.700.730.51
HSV254°81°87°
CMYK 0.630.810.00   0.13
XYZ17.32388.600269.1535
Yxy8.60020.18220.0905
Hunter Lab29.326154.1246-119.2827
CIE-Lab35.202962.7884-83.6346

#5229dd color RGB value is (82,41,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00101001 11011101
Octal 122 51 335
Decimal 82 41 221
Hex 52 29 DD

RGB Percentages of Color #5229dd

%23.84
%11.92
%64.24

CMYK Percentages of Color #5229dd

%63
%81
%0
%13

Triadic Colors of #5229dd

#5229dd #dd5229 #29dd52

Analogous Colors of #5229dd

#5229dd #ac29dd #295add

Monochromatic Colors of #5229dd

#5229dd

Complementary Color

#5229dd #b4dd29

#5229dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5229dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5229dd Color CSS Codes

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

#5229dd Text Font Color

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

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


#5229dd Background Color

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

This div background color is #5229dd


#5229dd Border Color

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

This div border color is #5229dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5229dd


Comments

No comments written yet.

Please login to write comment.