Color Hex Logo

#340dfc Color Hex

#340DFC
(52,13,252)
0 Favorites   0 Comments

Color spaces of #340dfc

RGB 5213252
HSL0.690.980.52
HSV250°95°99°
CMYK 0.790.950.00   0.01
XYZ19.13088.046292.6402
Yxy8.04620.15970.0672
Hunter Lab28.365870.7458-173.7797
CIE-Lab34.078977.1655-103.1718

#340dfc color RGB value is (52,13,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001101 11111100
Octal 64 15 374
Decimal 52 13 252
Hex 34 D FC

RGB Percentages of Color #340dfc

%16.40
%4.10
%79.50

CMYK Percentages of Color #340dfc

%79
%95
%0
%1

Triadic Colors of #340dfc

#340dfc #fc340d #0dfc34

Analogous Colors of #340dfc

#340dfc #ac0dfc #0d5efc

Monochromatic Colors of #340dfc

#340dfc

Complementary Color

#340dfc #d5fc0d

#340dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#340dfc Color CSS Codes

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

#340dfc Text Font Color

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

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


#340dfc Background Color

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

This div background color is #340dfc


#340dfc Border Color

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

This div border color is #340dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340dfc


Comments

No comments written yet.

Please login to write comment.