Color Hex Logo

#f41bdd Color Hex

#F41BDD
(244,27,221)
0 Favorites   0 Comments

Color spaces of #f41bdd

RGB 24427221
HSL0.850.910.53
HSV306°89°96°
CMYK 0.000.890.09   0.04
XYZ50.751325.237470.6030
Yxy25.23740.34620.1722
Hunter Lab50.236892.4135-48.1606
CIE-Lab57.306089.6648-46.7186

#f41bdd color RGB value is (244,27,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011011 11011101
Octal 364 33 335
Decimal 244 27 221
Hex F4 1B DD

RGB Percentages of Color #f41bdd

%49.59
%5.49
%44.92

CMYK Percentages of Color #f41bdd

%0
%89
%9
%4

Triadic Colors of #f41bdd

#f41bdd #ddf41b #1bddf4

Analogous Colors of #f41bdd

#f41bdd #f41b71 #9f1bf4

Monochromatic Colors of #f41bdd

#f41bdd

Complementary Color

#f41bdd #1bf432

#f41bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41bdd Color CSS Codes

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

#f41bdd Text Font Color

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

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


#f41bdd Background Color

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

This div background color is #f41bdd


#f41bdd Border Color

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

This div border color is #f41bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,27,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41bdd


Comments

No comments written yet.

Please login to write comment.