Color Hex Logo

#343ace Color Hex

#343ACE
(52,58,206)
0 Favorites   0 Comments

Color spaces of #343ace

RGB 5258206
HSL0.660.610.51
HSV238°75°81°
CMYK 0.750.720.00   0.19
XYZ14.06988.212459.2361
Yxy8.21240.17260.1007
Hunter Lab28.657337.4875-102.4954
CIE-Lab34.421447.1629-76.3362

#343ace color RGB value is (52,58,206).

#343ace hex color red value is 52, green value is 58 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #343ace hue: 0.66 , saturation: 0.61 and the lightness value of 343ace is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111010 11001110
Octal 64 72 316
Decimal 52 58 206
Hex 34 3A CE

RGB Percentages of Color #343ace

%16.46
%18.35
%65.19

CMYK Percentages of Color #343ace

%75
%72
%0
%19

Triadic Colors of #343ace

#343ace #ce343a #3ace34

Analogous Colors of #343ace

#343ace #7b34ce #3487ce

Monochromatic Colors of #343ace

#343ace

Complementary Color

#343ace #cec834

#343ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#343ace Color CSS Codes

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

#343ace Text Font Color

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

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


#343ace Background Color

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

This div background color is #343ace


#343ace Border Color

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

This div border color is #343ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343ace


Comments

No comments written yet.

Please login to write comment.