Color Hex Logo

#f21cbb Color Hex

#F21CBB
(242,28,187)
0 Favorites   0 Comments

Color spaces of #f21cbb

RGB 24228187
HSL0.880.890.53
HSV315°88°95°
CMYK 0.000.880.23   0.05
XYZ46.002823.295649.0856
Yxy23.29560.38860.1968
Hunter Lab48.265585.6672-26.5115
CIE-Lab55.375584.9183-30.2926

#f21cbb color RGB value is (242,28,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00011100 10111011
Octal 362 34 273
Decimal 242 28 187
Hex F2 1C BB

RGB Percentages of Color #f21cbb

%52.95
%6.13
%40.92

CMYK Percentages of Color #f21cbb

%0
%88
%23
%5

Triadic Colors of #f21cbb

#f21cbb #bbf21c #1cbbf2

Analogous Colors of #f21cbb

#f21cbb #f21c50 #be1cf2

Monochromatic Colors of #f21cbb

#f21cbb

Complementary Color

#f21cbb #1cf253

#f21cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f21cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f21cbb Color CSS Codes

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

#f21cbb Text Font Color

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

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


#f21cbb Background Color

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

This div background color is #f21cbb


#f21cbb Border Color

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

This div border color is #f21cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f21cbb


Comments

No comments written yet.

Please login to write comment.