Color Hex Logo

#340fed Color Hex

#340FED
(52,15,237)
0 Favorites   0 Comments

Color spaces of #340fed

RGB 5215237
HSL0.690.880.49
HSV250°94°93°
CMYK 0.780.940.00   0.07
XYZ16.87317.186180.6185
Yxy7.18610.16120.0686
Hunter Lab26.806965.4414-159.5426
CIE-Lab32.226973.1358-97.7848

#340fed color RGB value is (52,15,237).

#340fed hex color red value is 52, green value is 15 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #340fed hue: 0.69 , saturation: 0.88 and the lightness value of 340fed is 0.49.

The process color (four color CMYK) of #340fed color hex is 0.78, 0.94, 0.00, 0.07. Web safe color of #340fed is #3300ff. Color #340fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001111 11101101
Octal 64 17 355
Decimal 52 15 237
Hex 34 F ED

RGB Percentages of Color #340fed

%17.11
%4.93
%77.96

CMYK Percentages of Color #340fed

%78
%94
%0
%7

Triadic Colors of #340fed

#340fed #ed340f #0fed34

Analogous Colors of #340fed

#340fed #a30fed #0f59ed

Monochromatic Colors of #340fed

#340fed

Complementary Color

#340fed #c8ed0f

#340fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#340fed Color CSS Codes

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

#340fed Text Font Color

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

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


#340fed Background Color

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

This div background color is #340fed


#340fed Border Color

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

This div border color is #340fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340fed


Comments

No comments written yet.

Please login to write comment.