Color Hex Logo

#f46dbd Color Hex

#F46DBD
(244,109,189)
0 Favorites   0 Comments

Color spaces of #f46dbd

RGB 244109189
HSL0.900.860.69
HSV324°55°96°
CMYK 0.000.550.23   0.04
XYZ51.962233.844551.9380
Yxy33.84450.37720.2457
Hunter Lab58.176057.6262-12.2093
CIE-Lab64.839060.3959-16.8911

#f46dbd color RGB value is (244,109,189).

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

The process color (four color CMYK) of #f46dbd color hex is 0.00, 0.55, 0.23, 0.04. Web safe color of #f46dbd is #ff66cc. Color #f46dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01101101 10111101
Octal 364 155 275
Decimal 244 109 189
Hex F4 6D BD

RGB Percentages of Color #f46dbd

%45.02
%20.11
%34.87

CMYK Percentages of Color #f46dbd

%0
%55
%23
%4

Triadic Colors of #f46dbd

#f46dbd #bdf46d #6dbdf4

Analogous Colors of #f46dbd

#f46dbd #f46d7a #e86df4

Monochromatic Colors of #f46dbd

#f46dbd

Complementary Color

#f46dbd #6df4a4

#f46dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f46dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f46dbd Color CSS Codes

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

#f46dbd Text Font Color

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

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


#f46dbd Background Color

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

This div background color is #f46dbd


#f46dbd Border Color

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

This div border color is #f46dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f46dbd


Comments

No comments written yet.

Please login to write comment.