color codes Logo

#f15ebb color codes

#F15EBB
(241,94,187)
0 Favorites   0 Comments

Color spaces of #f15ebb

RGB 24194187
HSL0.890.840.66
HSV322°61°95°
CMYK 0.000.610.22   0.05
XYZ49.248030.294050.2654
Yxy30.29400.37940.2334
Hunter Lab55.040063.3961-15.6187
CIE-Lab61.907165.7872-20.2502

#f15ebb color RGB value is (241,94,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011110 10111011
Octal 361 136 273
Decimal 241 94 187
Hex F1 5E BB

RGB Percentages of Color #f15ebb

%46.17
%18.01
%35.82

CMYK Percentages of Color #f15ebb

%0
%61
%22
%5

Triadic Colors of #f15ebb

#f15ebb #bbf15e #5ebbf1

Analogous Colors of #f15ebb

#f15ebb #f15e72 #de5ef1

Monochromatic Colors of #f15ebb

#f15ebb

Complementary Color

#f15ebb #5ef194

#f15ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15ebb Color CSS Codes

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

#f15ebb Text Font Color

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

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


#f15ebb Background Color

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

This div background color is #f15ebb


#f15ebb Border Color

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

This div border color is #f15ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15ebb


Comments

No comments written yet.

Please login to write comment.