Color Hex Logo

#5252ba Color Hex

#5252BA
(82,82,186)
0 Favorites   0 Comments

Color spaces of #5252ba

RGB 8282186
HSL0.670.430.53
HSV240°56°73°
CMYK 0.560.560.00   0.27
XYZ15.359911.373647.8401
Yxy11.37360.20600.1525
Hunter Lab33.724822.2792-60.4982
CIE-Lab40.202730.0923-55.1444

#5252ba color RGB value is (82,82,186).

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

The process color (four color CMYK) of #5252ba color hex is 0.56, 0.56, 0.00, 0.27. Web safe color of #5252ba is #6666cc. Color #5252ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010010 10111010
Octal 122 122 272
Decimal 82 82 186
Hex 52 52 BA

RGB Percentages of Color #5252ba

%23.43
%23.43
%53.14

CMYK Percentages of Color #5252ba

%56
%56
%0
%27

Triadic Colors of #5252ba

#5252ba #ba5252 #52ba52

Analogous Colors of #5252ba

#5252ba #8652ba #5286ba

Monochromatic Colors of #5252ba

#5252ba

Complementary Color

#5252ba #baba52

#5252ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5252ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5252ba Color CSS Codes

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

#5252ba Text Font Color

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

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


#5252ba Background Color

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

This div background color is #5252ba


#5252ba Border Color

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

This div border color is #5252ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5252ba


Comments

No comments written yet.

Please login to write comment.