Color Hex Logo

#f21cdd Color Hex

#F21CDD
(242,28,221)
0 Favorites   0 Comments

Color spaces of #f21cdd

RGB 24228221
HSL0.850.890.53
HSV306°88°95°
CMYK 0.000.880.09   0.05
XYZ50.084324.928270.5785
Yxy24.92820.34400.1712
Hunter Lab49.928191.6840-48.8627
CIE-Lab57.005489.1756-47.2168

#f21cdd color RGB value is (242,28,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00011100 11011101
Octal 362 34 335
Decimal 242 28 221
Hex F2 1C DD

RGB Percentages of Color #f21cdd

%49.29
%5.70
%45.01

CMYK Percentages of Color #f21cdd

%0
%88
%9
%5

Triadic Colors of #f21cdd

#f21cdd #ddf21c #1cddf2

Analogous Colors of #f21cdd

#f21cdd #f21c72 #9c1cf2

Monochromatic Colors of #f21cdd

#f21cdd

Complementary Color

#f21cdd #1cf231

#f21cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f21cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f21cdd Color CSS Codes

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

#f21cdd Text Font Color

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

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


#f21cdd Background Color

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

This div background color is #f21cdd


#f21cdd Border Color

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

This div border color is #f21cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f21cdd


Comments

No comments written yet.

Please login to write comment.