Color Hex Logo

#f41bcd Color Hex

#F41BCD
(244,27,205)
0 Favorites   0 Comments

Color spaces of #f41bcd

RGB 24427205
HSL0.860.910.53
HSV311°89°96°
CMYK 0.000.890.16   0.04
XYZ48.719624.424759.9042
Yxy24.42470.36620.1836
Hunter Lab49.421489.4780-37.2712
CIE-Lab56.510587.6067-38.8630

#f41bcd color RGB value is (244,27,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011011 11001101
Octal 364 33 315
Decimal 244 27 205
Hex F4 1B CD

RGB Percentages of Color #f41bcd

%51.26
%5.67
%43.07

CMYK Percentages of Color #f41bcd

%0
%89
%16
%4

Triadic Colors of #f41bcd

#f41bcd #cdf41b #1bcdf4

Analogous Colors of #f41bcd

#f41bcd #f41b61 #af1bf4

Monochromatic Colors of #f41bcd

#f41bcd

Complementary Color

#f41bcd #1bf442

#f41bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41bcd Color CSS Codes

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

#f41bcd Text Font Color

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

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


#f41bcd Background Color

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

This div background color is #f41bcd


#f41bcd Border Color

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

This div border color is #f41bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41bcd

Related Colors


Comments

No comments written yet.

Please login to write comment.