Color Hex Logo

#f87ddb Color Hex

#F87DDB
(248,125,219)
0 Favorites   0 Comments

Color spaces of #f87ddb

RGB 248125219
HSL0.870.900.73
HSV314°50°97°
CMYK 0.000.500.12   0.03
XYZ58.831239.738271.5873
Yxy39.73820.34570.2335
Hunter Lab63.038256.2704-23.2040
CIE-Lab69.282758.5170-26.8699

#f87ddb color RGB value is (248,125,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111101 11011011
Octal 370 175 333
Decimal 248 125 219
Hex F8 7D DB

RGB Percentages of Color #f87ddb

%41.89
%21.11
%36.99

CMYK Percentages of Color #f87ddb

%0
%50
%12
%3

Triadic Colors of #f87ddb

#f87ddb #dbf87d #7ddbf8

Analogous Colors of #f87ddb

#f87ddb #f87d9e #d87df8

Monochromatic Colors of #f87ddb

#f87ddb

Complementary Color

#f87ddb #7df89a

#f87ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87ddb Color CSS Codes

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

#f87ddb Text Font Color

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

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


#f87ddb Background Color

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

This div background color is #f87ddb


#f87ddb Border Color

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

This div border color is #f87ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87ddb


Comments

No comments written yet.

Please login to write comment.