Color Hex Logo

#340dfd Color Hex

#340DFD
(52,13,253)
0 Favorites   0 Comments

Color spaces of #340dfd

RGB 5213253
HSL0.690.980.52
HSV250°95°99°
CMYK 0.790.950.00   0.01
XYZ19.28978.109893.4772
Yxy8.10980.15960.0671
Hunter Lab28.477771.0730-174.6832
CIE-Lab34.210577.4073-103.5140

#340dfd color RGB value is (52,13,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001101 11111101
Octal 64 15 375
Decimal 52 13 253
Hex 34 D FD

RGB Percentages of Color #340dfd

%16.35
%4.09
%79.56

CMYK Percentages of Color #340dfd

%79
%95
%0
%1

Triadic Colors of #340dfd

#340dfd #fd340d #0dfd34

Analogous Colors of #340dfd

#340dfd #ac0dfd #0d5efd

Monochromatic Colors of #340dfd

#340dfd

Complementary Color

#340dfd #d6fd0d

#340dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#340dfd Color CSS Codes

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

#340dfd Text Font Color

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

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


#340dfd Background Color

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

This div background color is #340dfd


#340dfd Border Color

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

This div border color is #340dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.