Color Hex Logo

#f15aca Color Hex

#F15ACA
(241,90,202)
0 Favorites   0 Comments

Color spaces of #f15aca

RGB 24190202
HSL0.880.840.65
HSV315°63°95°
CMYK 0.000.630.16   0.05
XYZ50.592530.277459.0547
Yxy30.27740.36160.2164
Hunter Lab55.024967.8278-25.1147
CIE-Lab61.892869.4704-28.8048

#f15aca color RGB value is (241,90,202).

#f15aca hex color red value is 241, green value is 90 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f15aca hue: 0.88 , saturation: 0.84 and the lightness value of f15aca is 0.65.

The process color (four color CMYK) of #f15aca color hex is 0.00, 0.63, 0.16, 0.05. Web safe color of #f15aca is #ff66cc. Color #f15aca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011010 11001010
Octal 361 132 312
Decimal 241 90 202
Hex F1 5A CA

RGB Percentages of Color #f15aca

%45.22
%16.89
%37.90

CMYK Percentages of Color #f15aca

%0
%63
%16
%5

Triadic Colors of #f15aca

#f15aca #caf15a #5acaf1

Analogous Colors of #f15aca

#f15aca #f15a7f #cd5af1

Monochromatic Colors of #f15aca

#f15aca

Complementary Color

#f15aca #5af181

#f15aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15aca Color CSS Codes

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

#f15aca Text Font Color

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

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


#f15aca Background Color

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

This div background color is #f15aca


#f15aca Border Color

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

This div border color is #f15aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15aca


Comments

No comments written yet.

Please login to write comment.