Color Hex Logo

#344ddf Color Hex

#344DDF
(52,77,223)
0 Favorites   0 Comments

Color spaces of #344ddf

RGB 5277223
HSL0.640.730.54
HSV231°77°87°
CMYK 0.770.650.00   0.13
XYZ17.389311.365571.0893
Yxy11.36550.17420.1138
Hunter Lab33.712833.0744-101.4245
CIE-Lab40.189441.6516-76.6265

#344ddf color RGB value is (52,77,223).

#344ddf hex color red value is 52, green value is 77 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #344ddf hue: 0.64 , saturation: 0.73 and the lightness value of 344ddf is 0.54.

The process color (four color CMYK) of #344ddf color hex is 0.77, 0.65, 0.00, 0.13. Web safe color of #344ddf is #3366cc. Color #344ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001101 11011111
Octal 64 115 337
Decimal 52 77 223
Hex 34 4D DF

RGB Percentages of Color #344ddf

%14.77
%21.88
%63.35

CMYK Percentages of Color #344ddf

%77
%65
%0
%13

Triadic Colors of #344ddf

#344ddf #df344d #4ddf34

Analogous Colors of #344ddf

#344ddf #7134df #34a3df

Monochromatic Colors of #344ddf

#344ddf

Complementary Color

#344ddf #dfc634

#344ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#344ddf Color CSS Codes

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

#344ddf Text Font Color

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

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


#344ddf Background Color

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

This div background color is #344ddf


#344ddf Border Color

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

This div border color is #344ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344ddf


Comments

No comments written yet.

Please login to write comment.