Color Hex Logo

#3492dc Color Hex

#3492DC
(52,146,220)
0 Favorites   0 Comments

Color spaces of #3492dc

RGB 52146220
HSL0.570.710.53
HSV206°76°86°
CMYK 0.760.340.00   0.14
XYZ24.613326.455171.5192
Yxy26.45510.20080.2158
Hunter Lab51.4345-4.5916-46.4380
CIE-Lab58.4665-2.2776-45.4632

#3492dc color RGB value is (52,146,220).

#3492dc hex color red value is 52, green value is 146 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3492dc hue: 0.57 , saturation: 0.71 and the lightness value of 3492dc is 0.53.

The process color (four color CMYK) of #3492dc color hex is 0.76, 0.34, 0.00, 0.14. Web safe color of #3492dc is #3399cc. Color #3492dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10010010 11011100
Octal 64 222 334
Decimal 52 146 220
Hex 34 92 DC

RGB Percentages of Color #3492dc

%12.44
%34.93
%52.63

CMYK Percentages of Color #3492dc

%76
%34
%0
%14

Triadic Colors of #3492dc

#3492dc #dc3492 #92dc34

Analogous Colors of #3492dc

#3492dc #343edc #34dcd2

Monochromatic Colors of #3492dc

#3492dc

Complementary Color

#3492dc #dc7e34

#3492dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3492dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3492dc Color CSS Codes

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

#3492dc Text Font Color

<p style="color:#3492dc">Text here</p>

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


#3492dc Background Color

<div style="background-color:#3492dc">
Div content here</div>

This div background color is #3492dc


#3492dc Border Color

<div style="border:3px solid #3492dc">
Div here</div>

This div border color is #3492dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,146,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3492dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3492dc;
  -webkit-box-shadow: 1px 1px 3px 2px #3492dc;
  box-shadow:         1px 1px 3px 2px #3492dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3492dc


Comments

No comments written yet.

Please login to write comment.