Color Hex Logo

#f18bda Color Hex

#F18BDA
(241,139,218)
2 Favorites   0 Comments

Color spaces of #f18bda

RGB 241139218
HSL0.870.780.75
HSV314°42°95°
CMYK 0.000.420.10   0.05
XYZ58.163142.228071.4149
Yxy42.22800.33850.2458
Hunter Lab64.983146.0460-19.6702
CIE-Lab71.027849.3755-23.7213

#f18bda color RGB value is (241,139,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001011 11011010
Octal 361 213 332
Decimal 241 139 218
Hex F1 8B DA

RGB Percentages of Color #f18bda

%40.30
%23.24
%36.45

CMYK Percentages of Color #f18bda

%0
%42
%10
%5

Triadic Colors of #f18bda

#f18bda #daf18b #8bdaf1

Analogous Colors of #f18bda

#f18bda #f18ba7 #d58bf1

Monochromatic Colors of #f18bda

#f18bda

Complementary Color

#f18bda #8bf1a2

#f18bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18bda Color CSS Codes

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

#f18bda Text Font Color

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

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


#f18bda Background Color

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

This div background color is #f18bda


#f18bda Border Color

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

This div border color is #f18bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18bda


Comments

No comments written yet.

Please login to write comment.