Color Hex Logo

#340fee Color Hex

#340FEE
(52,15,238)
0 Favorites   0 Comments

Color spaces of #340fee

RGB 5215238
HSL0.690.880.50
HSV250°94°93°
CMYK 0.780.940.00   0.07
XYZ17.01967.244881.3903
Yxy7.24480.16110.0686
Hunter Lab26.916265.7656-160.4424
CIE-Lab32.357873.3823-98.1346

#340fee color RGB value is (52,15,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001111 11101110
Octal 64 17 356
Decimal 52 15 238
Hex 34 F EE

RGB Percentages of Color #340fee

%17.05
%4.92
%78.03

CMYK Percentages of Color #340fee

%78
%94
%0
%7

Triadic Colors of #340fee

#340fee #ee340f #0fee34

Analogous Colors of #340fee

#340fee #a40fee #0f59ee

Monochromatic Colors of #340fee

#340fee

Complementary Color

#340fee #c9ee0f

#340fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#340fee Color CSS Codes

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

#340fee Text Font Color

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

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


#340fee Background Color

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

This div background color is #340fee


#340fee Border Color

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

This div border color is #340fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340fee


Comments

No comments written yet.

Please login to write comment.