Color Hex Logo

#f45ebd Color Hex

#F45EBD
(244,94,189)
0 Favorites   0 Comments

Color spaces of #f45ebd

RGB 24494189
HSL0.890.870.66
HSV322°61°96°
CMYK 0.000.610.23   0.04
XYZ50.496230.912651.4494
Yxy30.91260.38010.2327
Hunter Lab55.599164.8188-15.9455
CIE-Lab62.433866.8815-20.5464

#f45ebd color RGB value is (244,94,189).

#f45ebd hex color red value is 244, green value is 94 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f45ebd hue: 0.89 , saturation: 0.87 and the lightness value of f45ebd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01011110 10111101
Octal 364 136 275
Decimal 244 94 189
Hex F4 5E BD

RGB Percentages of Color #f45ebd

%46.30
%17.84
%35.86

CMYK Percentages of Color #f45ebd

%0
%61
%23
%4

Triadic Colors of #f45ebd

#f45ebd #bdf45e #5ebdf4

Analogous Colors of #f45ebd

#f45ebd #f45e72 #e05ef4

Monochromatic Colors of #f45ebd

#f45ebd

Complementary Color

#f45ebd #5ef495

#f45ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f45ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f45ebd Color CSS Codes

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

#f45ebd Text Font Color

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

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


#f45ebd Background Color

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

This div background color is #f45ebd


#f45ebd Border Color

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

This div border color is #f45ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f45ebd


Comments

No comments written yet.

Please login to write comment.