Color Hex Logo

#f515de Color Hex

#F515DE
(245,21,222)
0 Favorites   0 Comments

Color spaces of #f515de

RGB 24521222
HSL0.850.920.52
HSV306°91°96°
CMYK 0.000.910.09   0.04
XYZ51.109225.222771.2820
Yxy25.22270.34620.1709
Hunter Lab50.222293.7637-48.9967
CIE-Lab57.291890.6774-47.2963

#f515de color RGB value is (245,21,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010101 11011110
Octal 365 25 336
Decimal 245 21 222
Hex F5 15 DE

RGB Percentages of Color #f515de

%50.20
%4.30
%45.49

CMYK Percentages of Color #f515de

%0
%91
%9
%4

Triadic Colors of #f515de

#f515de #def515 #15def5

Analogous Colors of #f515de

#f515de #f5156e #9c15f5

Monochromatic Colors of #f515de

#f515de

Complementary Color

#f515de #15f52c

#f515de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f515de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f515de Color CSS Codes

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

#f515de Text Font Color

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

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


#f515de Background Color

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

This div background color is #f515de


#f515de Border Color

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

This div border color is #f515de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f515de


Comments

No comments written yet.

Please login to write comment.