Color Hex Logo

#5252da Color Hex

#5252DA
(82,82,218)
0 Favorites   0 Comments

Color spaces of #5252da

RGB 8282218
HSL0.670.650.59
HSV240°62°85°
CMYK 0.620.620.00   0.15
XYZ19.151912.890467.8083
Yxy12.89040.19180.1291
Hunter Lab35.903232.3869-86.8453
CIE-Lab42.597640.5546-69.7629

#5252da color RGB value is (82,82,218).

#5252da hex color red value is 82, green value is 82 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5252da hue: 0.67 , saturation: 0.65 and the lightness value of 5252da is 0.59.

The process color (four color CMYK) of #5252da color hex is 0.62, 0.62, 0.00, 0.15. Web safe color of #5252da is #6666cc. Color #5252da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010010 11011010
Octal 122 122 332
Decimal 82 82 218
Hex 52 52 DA

RGB Percentages of Color #5252da

%21.47
%21.47
%57.07

CMYK Percentages of Color #5252da

%62
%62
%0
%15

Triadic Colors of #5252da

#5252da #da5252 #52da52

Analogous Colors of #5252da

#5252da #9652da #5296da

Monochromatic Colors of #5252da

#5252da

Complementary Color

#5252da #dada52

#5252da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5252da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5252da Color CSS Codes

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

#5252da Text Font Color

<p style="color:#5252da">Text here</p>

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


#5252da Background Color

<div style="background-color:#5252da">
Div content here</div>

This div background color is #5252da


#5252da Border Color

<div style="border:3px solid #5252da">
Div here</div>

This div border color is #5252da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,82,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5252da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5252da;
  -webkit-box-shadow: 1px 1px 3px 2px #5252da;
  box-shadow:         1px 1px 3px 2px #5252da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5252da


Comments

No comments written yet.

Please login to write comment.