Color Hex Logo

#f15ebf Color Hex

#F15EBF
(241,94,191)
0 Favorites   0 Comments

Color spaces of #f15ebf

RGB 24194191
HSL0.890.840.66
HSV320°61°95°
CMYK 0.000.610.21   0.05
XYZ49.682330.467852.5525
Yxy30.46780.37440.2296
Hunter Lab55.197664.0684-17.8104
CIE-Lab62.055866.3233-22.3036

#f15ebf color RGB value is (241,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011110 10111111
Octal 361 136 277
Decimal 241 94 191
Hex F1 5E BF

RGB Percentages of Color #f15ebf

%45.82
%17.87
%36.31

CMYK Percentages of Color #f15ebf

%0
%61
%21
%5

Triadic Colors of #f15ebf

#f15ebf #bff15e #5ebff1

Analogous Colors of #f15ebf

#f15ebf #f15e76 #da5ef1

Monochromatic Colors of #f15ebf

#f15ebf

Complementary Color

#f15ebf #5ef190

#f15ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15ebf Color CSS Codes

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

#f15ebf Text Font Color

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

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


#f15ebf Background Color

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

This div background color is #f15ebf


#f15ebf Border Color

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

This div border color is #f15ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15ebf


Comments

No comments written yet.

Please login to write comment.