Color Hex Logo

#f519de Color Hex

#F519DE
(245,25,222)
0 Favorites   0 Comments

Color spaces of #f519de

RGB 24525222
HSL0.850.920.53
HSV306°90°96°
CMYK 0.000.900.09   0.04
XYZ51.188625.381771.3085
Yxy25.38170.34620.1716
Hunter Lab50.380393.1986-48.6532
CIE-Lab57.445490.2254-47.0528

#f519de color RGB value is (245,25,222).

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

The process color (four color CMYK) of #f519de color hex is 0.00, 0.90, 0.09, 0.04. Web safe color of #f519de is #ff00cc. Color #f519de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011001 11011110
Octal 365 31 336
Decimal 245 25 222
Hex F5 19 DE

RGB Percentages of Color #f519de

%49.80
%5.08
%45.12

CMYK Percentages of Color #f519de

%0
%90
%9
%4

Triadic Colors of #f519de

#f519de #def519 #19def5

Analogous Colors of #f519de

#f519de #f51970 #9e19f5

Monochromatic Colors of #f519de

#f519de

Complementary Color

#f519de #19f530

#f519de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f519de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f519de Color CSS Codes

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

#f519de Text Font Color

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

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


#f519de Background Color

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

This div background color is #f519de


#f519de Border Color

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

This div border color is #f519de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f519de


Comments

No comments written yet.

Please login to write comment.