Color Hex Logo

#f18dca Color Hex

#F18DCA
(241,141,202)
0 Favorites   0 Comments

Color spaces of #f18dca

RGB 241141202
HSL0.900.780.75
HSV323°41°95°
CMYK 0.000.410.16   0.05
XYZ56.461242.014861.0110
Yxy42.01480.35400.2634
Hunter Lab64.818842.0516-10.4338
CIE-Lab70.881145.8264-15.0893

#f18dca color RGB value is (241,141,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001101 11001010
Octal 361 215 312
Decimal 241 141 202
Hex F1 8D CA

RGB Percentages of Color #f18dca

%41.27
%24.14
%34.59

CMYK Percentages of Color #f18dca

%0
%41
%16
%5

Triadic Colors of #f18dca

#f18dca #caf18d #8dcaf1

Analogous Colors of #f18dca

#f18dca #f18d98 #e68df1

Monochromatic Colors of #f18dca

#f18dca

Complementary Color

#f18dca #8df1b4

#f18dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18dca Color CSS Codes

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

#f18dca Text Font Color

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

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


#f18dca Background Color

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

This div background color is #f18dca


#f18dca Border Color

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

This div border color is #f18dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18dca


Comments

No comments written yet.

Please login to write comment.