Color Hex Logo

#f15add Color Hex

#F15ADD
(241,90,221)
0 Favorites   0 Comments

Color spaces of #f15add

RGB 24190221
HSL0.860.840.65
HSV308°63°95°
CMYK 0.000.630.08   0.05
XYZ52.982931.233671.6428
Yxy31.23360.33990.2004
Hunter Lab55.887071.4221-36.8842
CIE-Lab62.704372.2565-38.2568

#f15add color RGB value is (241,90,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011010 11011101
Octal 361 132 335
Decimal 241 90 221
Hex F1 5A DD

RGB Percentages of Color #f15add

%43.66
%16.30
%40.04

CMYK Percentages of Color #f15add

%0
%63
%8
%5

Triadic Colors of #f15add

#f15add #ddf15a #5addf1

Analogous Colors of #f15add

#f15add #f15a92 #ba5af1

Monochromatic Colors of #f15add

#f15add

Complementary Color

#f15add #5af16e

#f15add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15add Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15add Color CSS Codes

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

#f15add Text Font Color

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

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


#f15add Background Color

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

This div background color is #f15add


#f15add Border Color

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

This div border color is #f15add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15add


Comments

No comments written yet.

Please login to write comment.