Color Hex Logo

#f18fda Color Hex

#F18FDA
(241,143,218)
0 Favorites   0 Comments

Color spaces of #f18fda

RGB 241143218
HSL0.870.780.75
HSV314°41°95°
CMYK 0.000.410.10   0.05
XYZ58.753043.407671.6116
Yxy43.40760.33810.2498
Hunter Lab65.884443.8811-18.3248
CIE-Lab71.830747.3449-22.4963

#f18fda color RGB value is (241,143,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001111 11011010
Octal 361 217 332
Decimal 241 143 218
Hex F1 8F DA

RGB Percentages of Color #f18fda

%40.03
%23.75
%36.21

CMYK Percentages of Color #f18fda

%0
%41
%10
%5

Triadic Colors of #f18fda

#f18fda #daf18f #8fdaf1

Analogous Colors of #f18fda

#f18fda #f18fa9 #d78ff1

Monochromatic Colors of #f18fda

#f18fda

Complementary Color

#f18fda #8ff1a6

#f18fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18fda Color CSS Codes

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

#f18fda Text Font Color

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

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


#f18fda Background Color

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

This div background color is #f18fda


#f18fda Border Color

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

This div border color is #f18fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18fda


Comments

No comments written yet.

Please login to write comment.