Color Hex Logo

#f421cb Color Hex

#F421CB
(244,33,203)
0 Favorites   0 Comments

Color spaces of #f421cb

RGB 24433203
HSL0.870.910.54
HSV312°86°96°
CMYK 0.000.860.17   0.04
XYZ48.631624.632658.6913
Yxy24.63260.36850.1867
Hunter Lab49.631288.0501-35.3714
CIE-Lab56.715786.4814-37.3957

#f421cb color RGB value is (244,33,203).

#f421cb hex color red value is 244, green value is 33 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f421cb hue: 0.87 , saturation: 0.91 and the lightness value of f421cb is 0.54.

The process color (four color CMYK) of #f421cb color hex is 0.00, 0.86, 0.17, 0.04. Web safe color of #f421cb is #ff33cc. Color #f421cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100001 11001011
Octal 364 41 313
Decimal 244 33 203
Hex F4 21 CB

RGB Percentages of Color #f421cb

%50.83
%6.88
%42.29

CMYK Percentages of Color #f421cb

%0
%86
%17
%4

Triadic Colors of #f421cb

#f421cb #cbf421 #21cbf4

Analogous Colors of #f421cb

#f421cb #f42161 #b421f4

Monochromatic Colors of #f421cb

#f421cb

Complementary Color

#f421cb #21f44a

#f421cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f421cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f421cb Color CSS Codes

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

#f421cb Text Font Color

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

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


#f421cb Background Color

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

This div background color is #f421cb


#f421cb Border Color

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

This div border color is #f421cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f421cb


Comments

No comments written yet.

Please login to write comment.