Color Hex Logo

#343fcd Color Hex

#343FCD
(52,63,205)
0 Favorites   0 Comments

Color spaces of #343fcd

RGB 5263205
HSL0.650.600.50
HSV236°75°80°
CMYK 0.750.690.00   0.20
XYZ14.21318.692958.6864
Yxy8.69290.17420.1065
Hunter Lab29.483734.4523-97.3762
CIE-Lab35.386243.8993-74.1662

#343fcd color RGB value is (52,63,205).

#343fcd hex color red value is 52, green value is 63 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #343fcd hue: 0.65 , saturation: 0.60 and the lightness value of 343fcd is 0.50.

The process color (four color CMYK) of #343fcd color hex is 0.75, 0.69, 0.00, 0.20. Web safe color of #343fcd is #3333cc. Color #343fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111111 11001101
Octal 64 77 315
Decimal 52 63 205
Hex 34 3F CD

RGB Percentages of Color #343fcd

%16.25
%19.69
%64.06

CMYK Percentages of Color #343fcd

%75
%69
%0
%20

Triadic Colors of #343fcd

#343fcd #cd343f #3fcd34

Analogous Colors of #343fcd

#343fcd #7634cd #348ccd

Monochromatic Colors of #343fcd

#343fcd

Complementary Color

#343fcd #cdc234

#343fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#343fcd Color CSS Codes

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

#343fcd Text Font Color

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

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


#343fcd Background Color

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

This div background color is #343fcd


#343fcd Border Color

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

This div border color is #343fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343fcd


Comments

No comments written yet.

Please login to write comment.