Color Hex Logo

#f819d3 Color Hex

#F819D3
(248,25,211)
0 Favorites   0 Comments

Color spaces of #f819d3

RGB 24825211
HSL0.860.940.54
HSV310°90°97°
CMYK 0.000.900.15   0.03
XYZ50.816925.354963.8436
Yxy25.35490.36290.1811
Hunter Lab50.353692.0233-39.9265
CIE-Lab57.419689.3498-40.8120

#f819d3 color RGB value is (248,25,211).

#f819d3 hex color red value is 248, green value is 25 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #f819d3 hue: 0.86 , saturation: 0.94 and the lightness value of f819d3 is 0.54.

The process color (four color CMYK) of #f819d3 color hex is 0.00, 0.90, 0.15, 0.03. Web safe color of #f819d3 is #ff00cc. Color #f819d3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011001 11010011
Octal 370 31 323
Decimal 248 25 211
Hex F8 19 D3

RGB Percentages of Color #f819d3

%51.24
%5.17
%43.60

CMYK Percentages of Color #f819d3

%0
%90
%15
%3

Triadic Colors of #f819d3

#f819d3 #d3f819 #19d3f8

Analogous Colors of #f819d3

#f819d3 #f81963 #ae19f8

Monochromatic Colors of #f819d3

#f819d3

Complementary Color

#f819d3 #19f83e

#f819d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f819d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f819d3 Color CSS Codes

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

#f819d3 Text Font Color

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

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


#f819d3 Background Color

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

This div background color is #f819d3


#f819d3 Border Color

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

This div border color is #f819d3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,25,211, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f819d3


Comments

No comments written yet.

Please login to write comment.