Color Hex Logo

#f515df Color Hex

#F515DF
(245,21,223)
0 Favorites   0 Comments

Color spaces of #f515df

RGB 24521223
HSL0.850.920.52
HSV306°91°96°
CMYK 0.000.910.09   0.04
XYZ51.243625.276571.9901
Yxy25.27650.34510.1702
Hunter Lab50.275793.9538-49.7046
CIE-Lab57.343890.8090-47.7796

#f515df color RGB value is (245,21,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010101 11011111
Octal 365 25 337
Decimal 245 21 223
Hex F5 15 DF

RGB Percentages of Color #f515df

%50.10
%4.29
%45.60

CMYK Percentages of Color #f515df

%0
%91
%9
%4

Triadic Colors of #f515df

#f515df #dff515 #15dff5

Analogous Colors of #f515df

#f515df #f5156f #9b15f5

Monochromatic Colors of #f515df

#f515df

Complementary Color

#f515df #15f52b

#f515df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f515df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f515df Color CSS Codes

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

#f515df Text Font Color

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

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


#f515df Background Color

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

This div background color is #f515df


#f515df Border Color

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

This div border color is #f515df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f515df


Comments

No comments written yet.

Please login to write comment.