Color Hex Logo

#3472ec Color Hex

#3472EC
(52,114,236)
0 Favorites   0 Comments

Color spaces of #3472ec

RGB 52114236
HSL0.610.830.56
HSV220°78°93°
CMYK 0.780.520.00   0.07
XYZ22.573818.820881.7999
Yxy18.82080.18320.1528
Hunter Lab43.382916.9602-81.4251
CIE-Lab50.476923.1029-67.1988

#3472ec color RGB value is (52,114,236).

#3472ec hex color red value is 52, green value is 114 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3472ec hue: 0.61 , saturation: 0.83 and the lightness value of 3472ec is 0.56.

The process color (four color CMYK) of #3472ec color hex is 0.78, 0.52, 0.00, 0.07. Web safe color of #3472ec is #3366ff. Color #3472ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110010 11101100
Octal 64 162 354
Decimal 52 114 236
Hex 34 72 EC

RGB Percentages of Color #3472ec

%12.94
%28.36
%58.71

CMYK Percentages of Color #3472ec

%78
%52
%0
%7

Triadic Colors of #3472ec

#3472ec #ec3472 #72ec34

Analogous Colors of #3472ec

#3472ec #5234ec #34ceec

Monochromatic Colors of #3472ec

#3472ec

Complementary Color

#3472ec #ecae34

#3472ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3472ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3472ec Color CSS Codes

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

#3472ec Text Font Color

<p style="color:#3472ec">Text here</p>

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


#3472ec Background Color

<div style="background-color:#3472ec">
Div content here</div>

This div background color is #3472ec


#3472ec Border Color

<div style="border:3px solid #3472ec">
Div here</div>

This div border color is #3472ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,114,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3472ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3472ec;
  -webkit-box-shadow: 1px 1px 3px 2px #3472ec;
  box-shadow:         1px 1px 3px 2px #3472ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3472ec


Comments

No comments written yet.

Please login to write comment.