Color Hex Logo

#f41bdf Color Hex

#F41BDF
(244,27,223)
0 Favorites   0 Comments

Color spaces of #f41bdf

RGB 24427223
HSL0.850.910.53
HSV306°89°96°
CMYK 0.000.890.09   0.04
XYZ51.019425.344772.0150
Yxy25.34470.34380.1708
Hunter Lab50.343592.7953-49.5722
CIE-Lab57.409789.9306-47.6861

#f41bdf color RGB value is (244,27,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011011 11011111
Octal 364 33 337
Decimal 244 27 223
Hex F4 1B DF

RGB Percentages of Color #f41bdf

%49.39
%5.47
%45.14

CMYK Percentages of Color #f41bdf

%0
%89
%9
%4

Triadic Colors of #f41bdf

#f41bdf #dff41b #1bdff4

Analogous Colors of #f41bdf

#f41bdf #f41b73 #9d1bf4

Monochromatic Colors of #f41bdf

#f41bdf

Complementary Color

#f41bdf #1bf430

#f41bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41bdf Color CSS Codes

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

#f41bdf Text Font Color

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

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


#f41bdf Background Color

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

This div background color is #f41bdf


#f41bdf Border Color

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

This div border color is #f41bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41bdf


Comments

No comments written yet.

Please login to write comment.