Color Hex Logo

#344fdc Color Hex

#344FDC
(52,79,220)
0 Favorites   0 Comments

Color spaces of #344fdc

RGB 5279220
HSL0.640.710.53
HSV230°76°86°
CMYK 0.760.640.00   0.14
XYZ17.130411.489369.0249
Yxy11.48930.17540.1177
Hunter Lab33.895930.8931-97.0099
CIE-Lab40.392739.3597-74.5800

#344fdc color RGB value is (52,79,220).

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

The process color (four color CMYK) of #344fdc color hex is 0.76, 0.64, 0.00, 0.14. Web safe color of #344fdc is #3366cc. Color #344fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001111 11011100
Octal 64 117 334
Decimal 52 79 220
Hex 34 4F DC

RGB Percentages of Color #344fdc

%14.81
%22.51
%62.68

CMYK Percentages of Color #344fdc

%76
%64
%0
%14

Triadic Colors of #344fdc

#344fdc #dc344f #4fdc34

Analogous Colors of #344fdc

#344fdc #6d34dc #34a3dc

Monochromatic Colors of #344fdc

#344fdc

Complementary Color

#344fdc #dcc134

#344fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#344fdc Color CSS Codes

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

#344fdc Text Font Color

<p style="color:#344fdc">Text here</p>

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


#344fdc Background Color

<div style="background-color:#344fdc">
Div content here</div>

This div background color is #344fdc


#344fdc Border Color

<div style="border:3px solid #344fdc">
Div here</div>

This div border color is #344fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,79,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 #344fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344fdc


Comments

No comments written yet.

Please login to write comment.