Color Hex Logo

#340fde Color Hex

#340FDE
(52,15,222)
0 Favorites   0 Comments

Color spaces of #340fde

RGB 5215222
HSL0.700.870.46
HSV251°93°87°
CMYK 0.770.930.00   0.13
XYZ14.77186.345669.5535
Yxy6.34560.16290.0700
Hunter Lab25.190560.5898-146.0725
CIE-Lab30.268269.3925-92.4735

#340fde color RGB value is (52,15,222).

#340fde hex color red value is 52, green value is 15 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #340fde hue: 0.70 , saturation: 0.87 and the lightness value of 340fde is 0.46.

The process color (four color CMYK) of #340fde color hex is 0.77, 0.93, 0.00, 0.13. Web safe color of #340fde is #3300cc. Color #340fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001111 11011110
Octal 64 17 336
Decimal 52 15 222
Hex 34 F DE

RGB Percentages of Color #340fde

%17.99
%5.19
%76.82

CMYK Percentages of Color #340fde

%77
%93
%0
%13

Triadic Colors of #340fde

#340fde #de340f #0fde34

Analogous Colors of #340fde

#340fde #9c0fde #0f52de

Monochromatic Colors of #340fde

#340fde

Complementary Color

#340fde #b9de0f

#340fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#340fde Color CSS Codes

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

#340fde Text Font Color

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

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


#340fde Background Color

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

This div background color is #340fde


#340fde Border Color

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

This div border color is #340fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340fde


Comments

No comments written yet.

Please login to write comment.