Color Hex Logo

#f18ddb Color Hex

#F18DDB
(241,141,219)
0 Favorites   0 Comments

Color spaces of #f18ddb

RGB 241141219
HSL0.870.780.75
HSV313°41°95°
CMYK 0.000.410.09   0.05
XYZ58.586742.865072.2037
Yxy42.86500.33740.2468
Hunter Lab65.471445.1549-19.5568
CIE-Lab71.463248.5267-23.6080

#f18ddb color RGB value is (241,141,219).

#f18ddb hex color red value is 241, green value is 141 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f18ddb hue: 0.87 , saturation: 0.78 and the lightness value of f18ddb is 0.75.

The process color (four color CMYK) of #f18ddb color hex is 0.00, 0.41, 0.09, 0.05. Web safe color of #f18ddb is #ff99cc. Color #f18ddb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001101 11011011
Octal 361 215 333
Decimal 241 141 219
Hex F1 8D DB

RGB Percentages of Color #f18ddb

%40.10
%23.46
%36.44

CMYK Percentages of Color #f18ddb

%0
%41
%9
%5

Triadic Colors of #f18ddb

#f18ddb #dbf18d #8ddbf1

Analogous Colors of #f18ddb

#f18ddb #f18da9 #d58df1

Monochromatic Colors of #f18ddb

#f18ddb

Complementary Color

#f18ddb #8df1a3

#f18ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18ddb Color CSS Codes

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

#f18ddb Text Font Color

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

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


#f18ddb Background Color

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

This div background color is #f18ddb


#f18ddb Border Color

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

This div border color is #f18ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18ddb


Comments

No comments written yet.

Please login to write comment.