Color Hex Logo

#5244d5 Color Hex

#5244D5
(82,68,213)
0 Favorites   0 Comments

Color spaces of #5244d5

RGB 8268213
HSL0.680.630.55
HSV246°68°84°
CMYK 0.620.680.00   0.16
XYZ17.557010.732264.0969
Yxy10.73220.19000.1162
Hunter Lab32.760038.3330-93.0723
CIE-Lab39.125747.1459-72.5743

#5244d5 color RGB value is (82,68,213).

#5244d5 hex color red value is 82, green value is 68 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #5244d5 hue: 0.68 , saturation: 0.63 and the lightness value of 5244d5 is 0.55.

The process color (four color CMYK) of #5244d5 color hex is 0.62, 0.68, 0.00, 0.16. Web safe color of #5244d5 is #6633cc. Color #5244d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000100 11010101
Octal 122 104 325
Decimal 82 68 213
Hex 52 44 D5

RGB Percentages of Color #5244d5

%22.59
%18.73
%58.68

CMYK Percentages of Color #5244d5

%62
%68
%0
%16

Triadic Colors of #5244d5

#5244d5 #d55244 #44d552

Analogous Colors of #5244d5

#5244d5 #9b44d5 #447fd5

Monochromatic Colors of #5244d5

#5244d5

Complementary Color

#5244d5 #c7d544

#5244d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5244d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5244d5 Color CSS Codes

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

#5244d5 Text Font Color

<p style="color:#5244d5">Text here</p>

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


#5244d5 Background Color

<div style="background-color:#5244d5">
Div content here</div>

This div background color is #5244d5


#5244d5 Border Color

<div style="border:3px solid #5244d5">
Div here</div>

This div border color is #5244d5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,68,213, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5244d5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5244d5;
  -webkit-box-shadow: 1px 1px 3px 2px #5244d5;
  box-shadow:         1px 1px 3px 2px #5244d5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,68,213, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5244d5


Comments

No comments written yet.

Please login to write comment.