Color Hex Logo

#342afb Color Hex

#342AFB
(52,42,251)
0 Favorites   0 Comments

Color spaces of #342afb

RGB 5242251
HSL0.670.960.57
HSV243°83°98°
CMYK 0.790.830.00   0.02
XYZ19.65679.351092.0357
Yxy9.35100.16240.0773
Hunter Lab30.579461.2274-157.0412
CIE-Lab36.651568.7376-98.3233

#342afb color RGB value is (52,42,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101010 11111011
Octal 64 52 373
Decimal 52 42 251
Hex 34 2A FB

RGB Percentages of Color #342afb

%15.07
%12.17
%72.75

CMYK Percentages of Color #342afb

%79
%83
%0
%2

Triadic Colors of #342afb

#342afb #fb342a #2afb34

Analogous Colors of #342afb

#342afb #9d2afb #2a89fb

Monochromatic Colors of #342afb

#342afb

Complementary Color

#342afb #f1fb2a

#342afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#342afb Color CSS Codes

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

#342afb Text Font Color

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

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


#342afb Background Color

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

This div background color is #342afb


#342afb Border Color

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

This div border color is #342afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342afb


Comments

No comments written yet.

Please login to write comment.