Color Hex Logo

#342abc Color Hex

#342ABC
(52,42,188)
0 Favorites   0 Comments

Color spaces of #342abc

RGB 5242188
HSL0.680.630.45
HSV244°78°74°
CMYK 0.720.780.00   0.26
XYZ11.32126.016848.1416
Yxy6.01680.17290.0919
Hunter Lab24.529239.4589-99.1937
CIE-Lab29.454850.0852-73.9940

#342abc color RGB value is (52,42,188).

#342abc hex color red value is 52, green value is 42 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #342abc hue: 0.68 , saturation: 0.63 and the lightness value of 342abc is 0.45.

The process color (four color CMYK) of #342abc color hex is 0.72, 0.78, 0.00, 0.26. Web safe color of #342abc is #3333cc. Color #342abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101010 10111100
Octal 64 52 274
Decimal 52 42 188
Hex 34 2A BC

RGB Percentages of Color #342abc

%18.44
%14.89
%66.67

CMYK Percentages of Color #342abc

%72
%78
%0
%26

Triadic Colors of #342abc

#342abc #bc342a #2abc34

Analogous Colors of #342abc

#342abc #7d2abc #2a69bc

Monochromatic Colors of #342abc

#342abc

Complementary Color

#342abc #b2bc2a

#342abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#342abc Color CSS Codes

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

#342abc Text Font Color

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

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


#342abc Background Color

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

This div background color is #342abc


#342abc Border Color

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

This div border color is #342abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342abc


Comments

No comments written yet.

Please login to write comment.