Color Hex Logo

#3482ac Color Hex

#3482AC
(52,130,172)
0 Favorites   0 Comments

Color spaces of #3482ac

RGB 52130172
HSL0.560.540.44
HSV201°70°67°
CMYK 0.700.240.00   0.33
XYZ16.845219.673941.9393
Yxy19.67390.21470.2508
Hunter Lab44.3553-9.8312-25.0119
CIE-Lab51.4665-9.9486-29.1966

#3482ac color RGB value is (52,130,172).

#3482ac hex color red value is 52, green value is 130 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3482ac hue: 0.56 , saturation: 0.54 and the lightness value of 3482ac is 0.44.

The process color (four color CMYK) of #3482ac color hex is 0.70, 0.24, 0.00, 0.33. Web safe color of #3482ac is #339999. Color #3482ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000010 10101100
Octal 64 202 254
Decimal 52 130 172
Hex 34 82 AC

RGB Percentages of Color #3482ac

%14.69
%36.72
%48.59

CMYK Percentages of Color #3482ac

%70
%24
%0
%33

Triadic Colors of #3482ac

#3482ac #ac3482 #82ac34

Analogous Colors of #3482ac

#3482ac #3446ac #34ac9a

Monochromatic Colors of #3482ac

#3482ac

Complementary Color

#3482ac #ac5e34

#3482ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3482ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3482ac Color CSS Codes

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

#3482ac Text Font Color

<p style="color:#3482ac">Text here</p>

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


#3482ac Background Color

<div style="background-color:#3482ac">
Div content here</div>

This div background color is #3482ac


#3482ac Border Color

<div style="border:3px solid #3482ac">
Div here</div>

This div border color is #3482ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,130,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3482ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3482ac;
  -webkit-box-shadow: 1px 1px 3px 2px #3482ac;
  box-shadow:         1px 1px 3px 2px #3482ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3482ac


Comments

No comments written yet.

Please login to write comment.