Color Hex Logo

#f45ebb Color Hex

#F45EBB
(244,94,187)
0 Favorites   0 Comments

Color spaces of #f45ebb

RGB 24494187
HSL0.900.870.66
HSV323°61°96°
CMYK 0.000.610.23   0.04
XYZ50.280630.826450.3137
Yxy30.82640.38260.2346
Hunter Lab55.521564.4879-14.8636
CIE-Lab62.360866.6188-19.5174

#f45ebb color RGB value is (244,94,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01011110 10111011
Octal 364 136 273
Decimal 244 94 187
Hex F4 5E BB

RGB Percentages of Color #f45ebb

%46.48
%17.90
%35.62

CMYK Percentages of Color #f45ebb

%0
%61
%23
%4

Triadic Colors of #f45ebb

#f45ebb #bbf45e #5ebbf4

Analogous Colors of #f45ebb

#f45ebb #f45e70 #e25ef4

Monochromatic Colors of #f45ebb

#f45ebb

Complementary Color

#f45ebb #5ef497

#f45ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f45ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f45ebb Color CSS Codes

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

#f45ebb Text Font Color

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

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


#f45ebb Background Color

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

This div background color is #f45ebb


#f45ebb Border Color

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

This div border color is #f45ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f45ebb


Comments

No comments written yet.

Please login to write comment.