color codes Logo

#f508db color codes

#F508DB
(245,8,219)
0 Favorites   0 Comments

Color spaces of #f508db

RGB 2458219
HSL0.850.940.50
HSV307°97°96°
CMYK 0.000.970.11   0.04
XYZ50.529224.700669.1223
Yxy24.70060.35000.1711
Hunter Lab49.699794.5047-47.6707
CIE-Lab56.782591.3285-46.4024

#f508db color RGB value is (245,8,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001000 11011011
Octal 365 10 333
Decimal 245 8 219
Hex F5 8 DB

RGB Percentages of Color #f508db

%51.91
%1.69
%46.40

CMYK Percentages of Color #f508db

%0
%97
%11
%4

Triadic Colors of #f508db

#f508db #dbf508 #08dbf5

Analogous Colors of #f508db

#f508db #f50865 #9908f5

Monochromatic Colors of #f508db

#f508db

Complementary Color

#f508db #08f522

#f508db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f508db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f508db Color CSS Codes

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

#f508db Text Font Color

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

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


#f508db Background Color

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

This div background color is #f508db


#f508db Border Color

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

This div border color is #f508db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f508db


Comments

No comments written yet.

Please login to write comment.