Color Hex Logo

#f15dbf Color Hex

#F15DBF
(241,93,191)
0 Favorites   0 Comments

Color spaces of #f15dbf

RGB 24193191
HSL0.890.840.65
HSV320°61°95°
CMYK 0.000.610.21   0.05
XYZ49.593930.291152.5231
Yxy30.29110.37460.2288
Hunter Lab55.037464.5302-18.0553
CIE-Lab61.904666.7360-22.5350

#f15dbf color RGB value is (241,93,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011101 10111111
Octal 361 135 277
Decimal 241 93 191
Hex F1 5D BF

RGB Percentages of Color #f15dbf

%45.90
%17.71
%36.38

CMYK Percentages of Color #f15dbf

%0
%61
%21
%5

Triadic Colors of #f15dbf

#f15dbf #bff15d #5dbff1

Analogous Colors of #f15dbf

#f15dbf #f15d75 #d95df1

Monochromatic Colors of #f15dbf

#f15dbf

Complementary Color

#f15dbf #5df18f

#f15dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15dbf Color CSS Codes

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

#f15dbf Text Font Color

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

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


#f15dbf Background Color

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

This div background color is #f15dbf


#f15dbf Border Color

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

This div border color is #f15dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15dbf


Comments

No comments written yet.

Please login to write comment.