color codes Logo

#f515db color codes

#F515DB
(245,21,219)
0 Favorites   0 Comments

Color spaces of #f515db

RGB 24521219
HSL0.850.920.52
HSV307°91°96°
CMYK 0.000.910.11   0.04
XYZ50.710525.063369.1828
Yxy25.06330.34980.1729
Hunter Lab50.063393.1970-46.8890
CIE-Lab57.137090.2843-45.8413

#f515db color RGB value is (245,21,219).

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

The process color (four color CMYK) of #f515db color code is 0.00, 0.91, 0.11, 0.04. Web safe color of #f515db is #ff00cc. Color #f515db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010101 11011011
Octal 365 25 333
Decimal 245 21 219
Hex F5 15 DB

RGB Percentages of Color #f515db

%50.52
%4.33
%45.15

CMYK Percentages of Color #f515db

%0
%91
%11
%4

Triadic Colors of #f515db

#f515db #dbf515 #15dbf5

Analogous Colors of #f515db

#f515db #f5156b #9f15f5

Monochromatic Colors of #f515db

#f515db

Complementary Color

#f515db #15f52f

#f515db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f515db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f515db Color CSS Codes

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

#f515db Text Font Color

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

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


#f515db Background Color

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

This div background color is #f515db


#f515db Border Color

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

This div border color is #f515db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f515db

Related Colors


Comments

No comments written yet.

Please login to write comment.