Color Hex Logo

#f21cbe Color Hex

#F21CBE
(242,28,190)
0 Favorites   0 Comments

Color spaces of #f21cbe

RGB 24228190
HSL0.870.890.53
HSV315°88°95°
CMYK 0.000.880.21   0.05
XYZ46.327523.425550.7950
Yxy23.42550.38430.1943
Hunter Lab48.399986.1571-28.3441
CIE-Lab55.507985.2689-31.8242

#f21cbe color RGB value is (242,28,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00011100 10111110
Octal 362 34 276
Decimal 242 28 190
Hex F2 1C BE

RGB Percentages of Color #f21cbe

%52.61
%6.09
%41.30

CMYK Percentages of Color #f21cbe

%0
%88
%21
%5

Triadic Colors of #f21cbe

#f21cbe #bef21c #1cbef2

Analogous Colors of #f21cbe

#f21cbe #f21c53 #bb1cf2

Monochromatic Colors of #f21cbe

#f21cbe

Complementary Color

#f21cbe #1cf250

#f21cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f21cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f21cbe Color CSS Codes

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

#f21cbe Text Font Color

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

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


#f21cbe Background Color

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

This div background color is #f21cbe


#f21cbe Border Color

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

This div border color is #f21cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f21cbe


Comments

No comments written yet.

Please login to write comment.