Color Hex Logo

#341dfd Color Hex

#341DFD
(52,29,253)
0 Favorites   0 Comments

Color spaces of #341dfd

RGB 5229253
HSL0.680.980.55
HSV246°89°99°
CMYK 0.790.890.00   0.01
XYZ19.58528.700693.5756
Yxy8.70060.16070.0714
Hunter Lab29.496866.9006-167.4439
CIE-Lab35.401373.7673-101.5275

#341dfd color RGB value is (52,29,253).

#341dfd hex color red value is 52, green value is 29 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #341dfd hue: 0.68 , saturation: 0.98 and the lightness value of 341dfd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00011101 11111101
Octal 64 35 375
Decimal 52 29 253
Hex 34 1D FD

RGB Percentages of Color #341dfd

%15.57
%8.68
%75.75

CMYK Percentages of Color #341dfd

%79
%89
%0
%1

Triadic Colors of #341dfd

#341dfd #fd341d #1dfd34

Analogous Colors of #341dfd

#341dfd #a41dfd #1d76fd

Monochromatic Colors of #341dfd

#341dfd

Complementary Color

#341dfd #e6fd1d

#341dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#341dfd Color CSS Codes

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

#341dfd Text Font Color

<p style="color:#341dfd">Text here</p>

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


#341dfd Background Color

<div style="background-color:#341dfd">
Div content here</div>

This div background color is #341dfd


#341dfd Border Color

<div style="border:3px solid #341dfd">
Div here</div>

This div border color is #341dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341dfd


Comments

No comments written yet.

Please login to write comment.