color codes Logo

#f46dcb color codes

#F46DCB
(244,109,203)
0 Favorites   0 Comments

Color spaces of #f46dcb

RGB 244109203
HSL0.880.860.69
HSV318°55°96°
CMYK 0.000.550.17   0.04
XYZ53.556434.482260.3329
Yxy34.48220.36100.2324
Hunter Lab58.721560.0364-19.8119
CIE-Lab65.343562.3601-24.0237

#f46dcb color RGB value is (244,109,203).

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

The process color (four color CMYK) of #f46dcb color code is 0.00, 0.55, 0.17, 0.04. Web safe color of #f46dcb is #ff66cc. Color #f46dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01101101 11001011
Octal 364 155 313
Decimal 244 109 203
Hex F4 6D CB

RGB Percentages of Color #f46dcb

%43.88
%19.60
%36.51

CMYK Percentages of Color #f46dcb

%0
%55
%17
%4

Triadic Colors of #f46dcb

#f46dcb #cbf46d #6dcbf4

Analogous Colors of #f46dcb

#f46dcb #f46d88 #da6df4

Monochromatic Colors of #f46dcb

#f46dcb

Complementary Color

#f46dcb #6df496

#f46dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f46dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f46dcb Color CSS Codes

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

#f46dcb Text Font Color

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

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


#f46dcb Background Color

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

This div background color is #f46dcb


#f46dcb Border Color

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

This div border color is #f46dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f46dcb


Comments

No comments written yet.

Please login to write comment.