Color Hex Logo

#342fce Color Hex

#342FCE
(52,47,206)
0 Favorites   0 Comments

Color spaces of #342fce

RGB 5247206
HSL0.670.630.50
HSV242°77°81°
CMYK 0.750.770.00   0.19
XYZ13.57337.219359.0706
Yxy7.21930.17000.0904
Hunter Lab26.868843.1526-111.5401
CIE-Lab32.301053.1538-79.8398

#342fce color RGB value is (52,47,206).

#342fce hex color red value is 52, green value is 47 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #342fce hue: 0.67 , saturation: 0.63 and the lightness value of 342fce is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101111 11001110
Octal 64 57 316
Decimal 52 47 206
Hex 34 2F CE

RGB Percentages of Color #342fce

%17.05
%15.41
%67.54

CMYK Percentages of Color #342fce

%75
%77
%0
%19

Triadic Colors of #342fce

#342fce #ce342f #2fce34

Analogous Colors of #342fce

#342fce #842fce #2f7ace

Monochromatic Colors of #342fce

#342fce

Complementary Color

#342fce #c9ce2f

#342fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#342fce Color CSS Codes

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

#342fce Text Font Color

<p style="color:#342fce">Text here</p>

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


#342fce Background Color

<div style="background-color:#342fce">
Div content here</div>

This div background color is #342fce


#342fce Border Color

<div style="border:3px solid #342fce">
Div here</div>

This div border color is #342fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342fce


Comments

No comments written yet.

Please login to write comment.