Color Hex Logo

#f319db Color Hex

#F319DB
(243,25,219)
0 Favorites   0 Comments

Color spaces of #f319db

RGB 24325219
HSL0.850.900.53
HSV307°90°95°
CMYK 0.000.900.10   0.05
XYZ50.096024.864469.1768
Yxy24.86440.34760.1725
Hunter Lab49.864292.0673-47.3483
CIE-Lab56.943189.4757-46.1708

#f319db color RGB value is (243,25,219).

#f319db hex color red value is 243, green value is 25 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f319db hue: 0.85 , saturation: 0.90 and the lightness value of f319db is 0.53.

The process color (four color CMYK) of #f319db color hex is 0.00, 0.90, 0.10, 0.05. Web safe color of #f319db is #ff00cc. Color #f319db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00011001 11011011
Octal 363 31 333
Decimal 243 25 219
Hex F3 19 DB

RGB Percentages of Color #f319db

%49.90
%5.13
%44.97

CMYK Percentages of Color #f319db

%0
%90
%10
%5

Triadic Colors of #f319db

#f319db #dbf319 #19dbf3

Analogous Colors of #f319db

#f319db #f3196e #9e19f3

Monochromatic Colors of #f319db

#f319db

Complementary Color

#f319db #19f331

#f319db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f319db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f319db Color CSS Codes

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

#f319db Text Font Color

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

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


#f319db Background Color

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

This div background color is #f319db


#f319db Border Color

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

This div border color is #f319db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,25,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 #f319db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f319db


Comments

No comments written yet.

Please login to write comment.