Color Hex Logo

#f21dcb Color Hex

#F21DCB
(242,29,203)
0 Favorites   0 Comments

Color spaces of #f21dcb

RGB 24229203
HSL0.860.890.53
HSV311°88°95°
CMYK 0.000.880.16   0.05
XYZ47.836824.067858.6242
Yxy24.06780.36650.1844
Hunter Lab49.058988.2001-36.5088
CIE-Lab56.155686.7049-38.2993

#f21dcb color RGB value is (242,29,203).

#f21dcb hex color red value is 242, green value is 29 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f21dcb hue: 0.86 , saturation: 0.89 and the lightness value of f21dcb is 0.53.

The process color (four color CMYK) of #f21dcb color hex is 0.00, 0.88, 0.16, 0.05. Web safe color of #f21dcb is #ff33cc. Color #f21dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00011101 11001011
Octal 362 35 313
Decimal 242 29 203
Hex F2 1D CB

RGB Percentages of Color #f21dcb

%51.05
%6.12
%42.83

CMYK Percentages of Color #f21dcb

%0
%88
%16
%5

Triadic Colors of #f21dcb

#f21dcb #cbf21d #1dcbf2

Analogous Colors of #f21dcb

#f21dcb #f21d60 #af1df2

Monochromatic Colors of #f21dcb

#f21dcb

Complementary Color

#f21dcb #1df244

#f21dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f21dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f21dcb Color CSS Codes

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

#f21dcb Text Font Color

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

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


#f21dcb Background Color

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

This div background color is #f21dcb


#f21dcb Border Color

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

This div border color is #f21dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f21dcb


Comments

No comments written yet.

Please login to write comment.