Color Hex Logo

#f18aca Color Hex

#F18ACA
(241,138,202)
0 Favorites   0 Comments

Color spaces of #f18aca

RGB 241138202
HSL0.900.790.74
HSV323°43°95°
CMYK 0.000.430.16   0.05
XYZ56.024841.142060.8655
Yxy41.14200.35450.2603
Hunter Lab64.142043.6621-11.3619
CIE-Lab70.275347.3521-16.0026

#f18aca color RGB value is (241,138,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001010 11001010
Octal 361 212 312
Decimal 241 138 202
Hex F1 8A CA

RGB Percentages of Color #f18aca

%41.48
%23.75
%34.77

CMYK Percentages of Color #f18aca

%0
%43
%16
%5

Triadic Colors of #f18aca

#f18aca #caf18a #8acaf1

Analogous Colors of #f18aca

#f18aca #f18a97 #e58af1

Monochromatic Colors of #f18aca

#f18aca

Complementary Color

#f18aca #8af1b1

#f18aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18aca Color CSS Codes

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

#f18aca Text Font Color

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

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


#f18aca Background Color

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

This div background color is #f18aca


#f18aca Border Color

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

This div border color is #f18aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18aca


Comments

No comments written yet.

Please login to write comment.