Color Hex Logo

#342fae Color Hex

#342FAE
(52,47,174)
0 Favorites   0 Comments

Color spaces of #342fae

RGB 5247174
HSL0.670.570.43
HSV242°73°68°
CMYK 0.700.730.00   0.32
XYZ10.07275.819140.6367
Yxy5.81910.17820.1029
Hunter Lab24.122832.3194-82.9925
CIE-Lab28.951442.8573-66.4933

#342fae color RGB value is (52,47,174).

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

The process color (four color CMYK) of #342fae color hex is 0.70, 0.73, 0.00, 0.32. Web safe color of #342fae is #333399. Color #342fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101111 10101110
Octal 64 57 256
Decimal 52 47 174
Hex 34 2F AE

RGB Percentages of Color #342fae

%19.05
%17.22
%63.74

CMYK Percentages of Color #342fae

%70
%73
%0
%32

Triadic Colors of #342fae

#342fae #ae342f #2fae34

Analogous Colors of #342fae

#342fae #742fae #2f6aae

Monochromatic Colors of #342fae

#342fae

Complementary Color

#342fae #a9ae2f

#342fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#342fae Color CSS Codes

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

#342fae Text Font Color

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

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


#342fae Background Color

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

This div background color is #342fae


#342fae Border Color

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

This div border color is #342fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342fae


Comments

No comments written yet.

Please login to write comment.