Color Hex Logo

#342fec Color Hex

#342FEC
(52,47,236)
0 Favorites   0 Comments

Color spaces of #342fec

RGB 5247236
HSL0.670.830.55
HSV242°80°93°
CMYK 0.780.800.00   0.07
XYZ17.57308.819280.1330
Yxy8.81920.16500.0828
Hunter Lab29.697153.6557-139.1966
CIE-Lab35.633862.2836-91.5468

#342fec color RGB value is (52,47,236).

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

The process color (four color CMYK) of #342fec color hex is 0.78, 0.80, 0.00, 0.07. Web safe color of #342fec is #3333ff. Color #342fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101111 11101100
Octal 64 57 354
Decimal 52 47 236
Hex 34 2F EC

RGB Percentages of Color #342fec

%15.52
%14.03
%70.45

CMYK Percentages of Color #342fec

%78
%80
%0
%7

Triadic Colors of #342fec

#342fec #ec342f #2fec34

Analogous Colors of #342fec

#342fec #932fec #2f89ec

Monochromatic Colors of #342fec

#342fec

Complementary Color

#342fec #e7ec2f

#342fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#342fec Color CSS Codes

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

#342fec Text Font Color

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

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


#342fec Background Color

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

This div background color is #342fec


#342fec Border Color

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

This div border color is #342fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342fec


Comments

No comments written yet.

Please login to write comment.