Color Hex Logo

#f45ebc Color Hex

#F45EBC
(244,94,188)
0 Favorites   0 Comments

Color spaces of #f45ebc

RGB 24494188
HSL0.900.870.66
HSV322°61°96°
CMYK 0.000.610.23   0.04
XYZ50.388030.869350.8796
Yxy30.86930.38130.2336
Hunter Lab55.560164.6530-15.4031
CIE-Lab62.397166.7499-20.0323

#f45ebc color RGB value is (244,94,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01011110 10111100
Octal 364 136 274
Decimal 244 94 188
Hex F4 5E BC

RGB Percentages of Color #f45ebc

%46.39
%17.87
%35.74

CMYK Percentages of Color #f45ebc

%0
%61
%23
%4

Triadic Colors of #f45ebc

#f45ebc #bcf45e #5ebcf4

Analogous Colors of #f45ebc

#f45ebc #f45e71 #e15ef4

Monochromatic Colors of #f45ebc

#f45ebc

Complementary Color

#f45ebc #5ef496

#f45ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f45ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f45ebc Color CSS Codes

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

#f45ebc Text Font Color

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

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


#f45ebc Background Color

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

This div background color is #f45ebc


#f45ebc Border Color

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

This div border color is #f45ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f45ebc

Related Colors


Comments

No comments written yet.

Please login to write comment.