Color Hex Logo

#f41bcb Color Hex

#F41BCB
(244,27,203)
0 Favorites   0 Comments

Color spaces of #f41bcb

RGB 24427203
HSL0.860.910.53
HSV311°89°96°
CMYK 0.000.890.17   0.04
XYZ48.479724.328858.6407
Yxy24.32880.36880.1851
Hunter Lab49.324289.1263-35.9619
CIE-Lab56.415587.3584-37.8665

#f41bcb color RGB value is (244,27,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011011 11001011
Octal 364 33 313
Decimal 244 27 203
Hex F4 1B CB

RGB Percentages of Color #f41bcb

%51.48
%5.70
%42.83

CMYK Percentages of Color #f41bcb

%0
%89
%17
%4

Triadic Colors of #f41bcb

#f41bcb #cbf41b #1bcbf4

Analogous Colors of #f41bcb

#f41bcb #f41b5e #b11bf4

Monochromatic Colors of #f41bcb

#f41bcb

Complementary Color

#f41bcb #1bf444

#f41bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41bcb Color CSS Codes

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

#f41bcb Text Font Color

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

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


#f41bcb Background Color

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

This div background color is #f41bcb


#f41bcb Border Color

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

This div border color is #f41bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41bcb


Comments

No comments written yet.

Please login to write comment.