Color Hex Logo

#f28dcb Color Hex

#F28DCB
(242,141,203)
0 Favorites   0 Comments

Color spaces of #f28dcb

RGB 242141203
HSL0.900.800.75
HSV323°42°95°
CMYK 0.000.420.16   0.05
XYZ56.922342.238861.6527
Yxy42.23880.35400.2627
Hunter Lab64.991442.6032-10.7502
CIE-Lab71.035246.3032-15.3996

#f28dcb color RGB value is (242,141,203).

#f28dcb hex color red value is 242, green value is 141 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f28dcb hue: 0.90 , saturation: 0.80 and the lightness value of f28dcb is 0.75.

The process color (four color CMYK) of #f28dcb color hex is 0.00, 0.42, 0.16, 0.05. Web safe color of #f28dcb is #ff99cc. Color #f28dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10001101 11001011
Octal 362 215 313
Decimal 242 141 203
Hex F2 8D CB

RGB Percentages of Color #f28dcb

%41.30
%24.06
%34.64

CMYK Percentages of Color #f28dcb

%0
%42
%16
%5

Triadic Colors of #f28dcb

#f28dcb #cbf28d #8dcbf2

Analogous Colors of #f28dcb

#f28dcb #f28d99 #e78df2

Monochromatic Colors of #f28dcb

#f28dcb

Complementary Color

#f28dcb #8df2b4

#f28dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28dcb Color CSS Codes

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

#f28dcb Text Font Color

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

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


#f28dcb Background Color

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

This div background color is #f28dcb


#f28dcb Border Color

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

This div border color is #f28dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,141,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f28dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f28dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #f28dcb;
  box-shadow:         1px 1px 3px 2px #f28dcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,141,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28dcb


Comments

No comments written yet.

Please login to write comment.