Color Hex Logo

#342ffd Color Hex

#342FFD
(52,47,253)
0 Favorites   0 Comments

Color spaces of #342ffd

RGB 5247253
HSL0.670.980.59
HSV241°81°99°
CMYK 0.790.810.00   0.01
XYZ20.16239.854993.7680
Yxy9.85490.16290.0796
Hunter Lab31.392559.7073-155.1217
CIE-Lab37.580767.2459-97.9002

#342ffd color RGB value is (52,47,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101111 11111101
Octal 64 57 375
Decimal 52 47 253
Hex 34 2F FD

RGB Percentages of Color #342ffd

%14.77
%13.35
%71.88

CMYK Percentages of Color #342ffd

%79
%81
%0
%1

Triadic Colors of #342ffd

#342ffd #fd342f #2ffd34

Analogous Colors of #342ffd

#342ffd #9b2ffd #2f91fd

Monochromatic Colors of #342ffd

#342ffd

Complementary Color

#342ffd #f8fd2f

#342ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#342ffd Color CSS Codes

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

#342ffd Text Font Color

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

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


#342ffd Background Color

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

This div background color is #342ffd


#342ffd Border Color

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

This div border color is #342ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.