Color Hex Logo

#f21cbd Color Hex

#F21CBD
(242,28,189)
0 Favorites   0 Comments

Color spaces of #f21cbd

RGB 24228189
HSL0.870.890.53
HSV315°88°95°
CMYK 0.000.880.22   0.05
XYZ46.218523.381950.2213
Yxy23.38190.38570.1951
Hunter Lab48.354885.9928-27.7302
CIE-Lab55.463685.1514-31.3145

#f21cbd color RGB value is (242,28,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00011100 10111101
Octal 362 34 275
Decimal 242 28 189
Hex F2 1C BD

RGB Percentages of Color #f21cbd

%52.72
%6.10
%41.18

CMYK Percentages of Color #f21cbd

%0
%88
%22
%5

Triadic Colors of #f21cbd

#f21cbd #bdf21c #1cbdf2

Analogous Colors of #f21cbd

#f21cbd #f21c52 #bc1cf2

Monochromatic Colors of #f21cbd

#f21cbd

Complementary Color

#f21cbd #1cf251

#f21cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f21cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f21cbd Color CSS Codes

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

#f21cbd Text Font Color

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

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


#f21cbd Background Color

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

This div background color is #f21cbd


#f21cbd Border Color

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

This div border color is #f21cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f21cbd


Comments

No comments written yet.

Please login to write comment.