Color Hex Logo

#f340db Color Hex

#F340DB
(243,64,219)
0 Favorites   0 Comments

Color spaces of #f340db

RGB 24364219
HSL0.860.880.60
HSV308°74°95°
CMYK 0.000.740.10   0.05
XYZ51.581727.836069.6720
Yxy27.83600.34600.1867
Hunter Lab52.759882.1844-41.3635
CIE-Lab59.740381.3726-41.7573

#f340db color RGB value is (243,64,219).

#f340db hex color red value is 243, green value is 64 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f340db hue: 0.86 , saturation: 0.88 and the lightness value of f340db is 0.60.

The process color (four color CMYK) of #f340db color hex is 0.00, 0.74, 0.10, 0.05. Web safe color of #f340db is #ff33cc. Color #f340db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01000000 11011011
Octal 363 100 333
Decimal 243 64 219
Hex F3 40 DB

RGB Percentages of Color #f340db

%46.20
%12.17
%41.63

CMYK Percentages of Color #f340db

%0
%74
%10
%5

Triadic Colors of #f340db

#f340db #dbf340 #40dbf3

Analogous Colors of #f340db

#f340db #f34082 #b240f3

Monochromatic Colors of #f340db

#f340db

Complementary Color

#f340db #40f358

#f340db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f340db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f340db Color CSS Codes

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

#f340db Text Font Color

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

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


#f340db Background Color

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

This div background color is #f340db


#f340db Border Color

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

This div border color is #f340db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,64,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f340db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f340db;
  -webkit-box-shadow: 1px 1px 3px 2px #f340db;
  box-shadow:         1px 1px 3px 2px #f340db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,64,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f340db


Comments

No comments written yet.

Please login to write comment.