Color Hex Logo

#343ddc Color Hex

#343DDC
(52,61,220)
0 Favorites   0 Comments

Color spaces of #343ddc

RGB 5261220
HSL0.660.710.53
HSV237°76°86°
CMYK 0.760.720.00   0.14
XYZ16.00329.234968.6492
Yxy9.23490.17050.0984
Hunter Lab30.389040.8195-112.6648
CIE-Lab36.432750.0927-81.0953

#343ddc color RGB value is (52,61,220).

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

The process color (four color CMYK) of #343ddc color hex is 0.76, 0.72, 0.00, 0.14. Web safe color of #343ddc is #3333cc. Color #343ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111101 11011100
Octal 64 75 334
Decimal 52 61 220
Hex 34 3D DC

RGB Percentages of Color #343ddc

%15.62
%18.32
%66.07

CMYK Percentages of Color #343ddc

%76
%72
%0
%14

Triadic Colors of #343ddc

#343ddc #dc343d #3ddc34

Analogous Colors of #343ddc

#343ddc #7f34dc #3491dc

Monochromatic Colors of #343ddc

#343ddc

Complementary Color

#343ddc #dcd334

#343ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#343ddc Color CSS Codes

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

#343ddc Text Font Color

<p style="color:#343ddc">Text here</p>

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


#343ddc Background Color

<div style="background-color:#343ddc">
Div content here</div>

This div background color is #343ddc


#343ddc Border Color

<div style="border:3px solid #343ddc">
Div here</div>

This div border color is #343ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343ddc


Comments

No comments written yet.

Please login to write comment.