Color Hex Logo

#342dfb Color Hex

#342DFB
(52,45,251)
0 Favorites   0 Comments

Color spaces of #342dfb

RGB 5245251
HSL0.670.960.58
HSV242°82°98°
CMYK 0.790.820.00   0.02
XYZ19.76719.571992.0725
Yxy9.57190.16280.0788
Hunter Lab30.938559.9042-154.7893
CIE-Lab37.062967.5170-97.6392

#342dfb color RGB value is (52,45,251).

#342dfb hex color red value is 52, green value is 45 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #342dfb hue: 0.67 , saturation: 0.96 and the lightness value of 342dfb is 0.58.

The process color (four color CMYK) of #342dfb color hex is 0.79, 0.82, 0.00, 0.02. Web safe color of #342dfb is #3333ff. Color #342dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101101 11111011
Octal 64 55 373
Decimal 52 45 251
Hex 34 2D FB

RGB Percentages of Color #342dfb

%14.94
%12.93
%72.13

CMYK Percentages of Color #342dfb

%79
%82
%0
%2

Triadic Colors of #342dfb

#342dfb #fb342d #2dfb34

Analogous Colors of #342dfb

#342dfb #9b2dfb #2d8dfb

Monochromatic Colors of #342dfb

#342dfb

Complementary Color

#342dfb #f4fb2d

#342dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#342dfb Color CSS Codes

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

#342dfb Text Font Color

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

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


#342dfb Background Color

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

This div background color is #342dfb


#342dfb Border Color

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

This div border color is #342dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342dfb


Comments

No comments written yet.

Please login to write comment.