Color Hex Logo

#5248d5 Color Hex

#5248D5
(82,72,213)
0 Favorites   0 Comments

Color spaces of #5248d5

RGB 8272213
HSL0.680.630.56
HSV244°66°84°
CMYK 0.620.660.00   0.16
XYZ17.807311.232764.1804
Yxy11.23270.19100.1205
Hunter Lab33.515236.1889-90.0775
CIE-Lab39.969744.8550-71.1920

#5248d5 color RGB value is (82,72,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001000 11010101
Octal 122 110 325
Decimal 82 72 213
Hex 52 48 D5

RGB Percentages of Color #5248d5

%22.34
%19.62
%58.04

CMYK Percentages of Color #5248d5

%62
%66
%0
%16

Triadic Colors of #5248d5

#5248d5 #d55248 #48d552

Analogous Colors of #5248d5

#5248d5 #9948d5 #4885d5

Monochromatic Colors of #5248d5

#5248d5

Complementary Color

#5248d5 #cbd548

#5248d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5248d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5248d5 Color CSS Codes

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

#5248d5 Text Font Color

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

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


#5248d5 Background Color

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

This div background color is #5248d5


#5248d5 Border Color

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

This div border color is #5248d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5248d5


Comments

No comments written yet.

Please login to write comment.