Color Hex Logo

#f15dba Color Hex

#F15DBA
(241,93,186)
0 Favorites   0 Comments

Color spaces of #f15dba

RGB 24193186
HSL0.900.840.65
HSV322°61°95°
CMYK 0.000.610.23   0.05
XYZ49.052930.074649.6740
Yxy30.07460.38080.2335
Hunter Lab54.840363.6920-15.3163
CIE-Lab61.718566.0688-19.9667

#f15dba color RGB value is (241,93,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011101 10111010
Octal 361 135 272
Decimal 241 93 186
Hex F1 5D BA

RGB Percentages of Color #f15dba

%46.35
%17.88
%35.77

CMYK Percentages of Color #f15dba

%0
%61
%23
%5

Triadic Colors of #f15dba

#f15dba #baf15d #5dbaf1

Analogous Colors of #f15dba

#f15dba #f15d70 #de5df1

Monochromatic Colors of #f15dba

#f15dba

Complementary Color

#f15dba #5df194

#f15dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15dba Color CSS Codes

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

#f15dba Text Font Color

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

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


#f15dba Background Color

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

This div background color is #f15dba


#f15dba Border Color

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

This div border color is #f15dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15dba


Comments

No comments written yet.

Please login to write comment.