Color Hex Logo

#f15ebd Color Hex

#F15EBD
(241,94,189)
0 Favorites   0 Comments

Color spaces of #f15ebd

RGB 24194189
HSL0.890.840.66
HSV321°61°95°
CMYK 0.000.610.22   0.05
XYZ49.463630.380351.4011
Yxy30.38030.37690.2315
Hunter Lab55.118363.7302-16.7086
CIE-Lab61.981066.0538-21.2783

#f15ebd color RGB value is (241,94,189).

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

The process color (four color CMYK) of #f15ebd color hex is 0.00, 0.61, 0.22, 0.05. Web safe color of #f15ebd is #ff66cc. Color #f15ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011110 10111101
Octal 361 136 275
Decimal 241 94 189
Hex F1 5E BD

RGB Percentages of Color #f15ebd

%45.99
%17.94
%36.07

CMYK Percentages of Color #f15ebd

%0
%61
%22
%5

Triadic Colors of #f15ebd

#f15ebd #bdf15e #5ebdf1

Analogous Colors of #f15ebd

#f15ebd #f15e74 #dc5ef1

Monochromatic Colors of #f15ebd

#f15ebd

Complementary Color

#f15ebd #5ef192

#f15ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15ebd Color CSS Codes

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

#f15ebd Text Font Color

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

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


#f15ebd Background Color

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

This div background color is #f15ebd


#f15ebd Border Color

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

This div border color is #f15ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15ebd


Comments

No comments written yet.

Please login to write comment.