Color Hex Logo

#f875db Color Hex

#F875DB
(248,117,219)
0 Favorites   0 Comments

Color spaces of #f875db

RGB 248117219
HSL0.870.900.72
HSV313°53°97°
CMYK 0.000.530.12   0.03
XYZ57.858937.793571.2632
Yxy37.79350.34660.2264
Hunter Lab61.476460.4126-25.6952
CIE-Lab67.868162.2535-29.0459

#f875db color RGB value is (248,117,219).

#f875db hex color red value is 248, green value is 117 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f875db hue: 0.87 , saturation: 0.90 and the lightness value of f875db is 0.72.

The process color (four color CMYK) of #f875db color hex is 0.00, 0.53, 0.12, 0.03. Web safe color of #f875db is #ff66cc. Color #f875db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01110101 11011011
Octal 370 165 333
Decimal 248 117 219
Hex F8 75 DB

RGB Percentages of Color #f875db

%42.47
%20.03
%37.50

CMYK Percentages of Color #f875db

%0
%53
%12
%3

Triadic Colors of #f875db

#f875db #dbf875 #75dbf8

Analogous Colors of #f875db

#f875db #f8759a #d475f8

Monochromatic Colors of #f875db

#f875db

Complementary Color

#f875db #75f892

#f875db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f875db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f875db Color CSS Codes

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

#f875db Text Font Color

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

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


#f875db Background Color

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

This div background color is #f875db


#f875db Border Color

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

This div border color is #f875db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f875db

#f875db Color Palettes


Comments

No comments written yet.

Please login to write comment.