Color Hex Logo

#f513de Color Hex

#F513DE
(245,19,222)
0 Favorites   0 Comments

Color spaces of #f513de

RGB 24519222
HSL0.850.920.52
HSV306°92°96°
CMYK 0.000.920.09   0.04
XYZ51.073925.152171.2702
Yxy25.15210.34630.1705
Hunter Lab50.151994.0159-49.1500
CIE-Lab57.223390.8788-47.4047

#f513de color RGB value is (245,19,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010011 11011110
Octal 365 23 336
Decimal 245 19 222
Hex F5 13 DE

RGB Percentages of Color #f513de

%50.41
%3.91
%45.68

CMYK Percentages of Color #f513de

%0
%92
%9
%4

Triadic Colors of #f513de

#f513de #def513 #13def5

Analogous Colors of #f513de

#f513de #f5136d #9b13f5

Monochromatic Colors of #f513de

#f513de

Complementary Color

#f513de #13f52a

#f513de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f513de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f513de Color CSS Codes

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

#f513de Text Font Color

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

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


#f513de Background Color

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

This div background color is #f513de


#f513de Border Color

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

This div border color is #f513de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f513de


Comments

No comments written yet.

Please login to write comment.