Color Hex Logo

#f152ad Color Hex

#F152AD
(241,82,173)
0 Favorites   0 Comments

Color spaces of #f152ad

RGB 24182173
HSL0.900.850.63
HSV326°66°95°
CMYK 0.000.660.28   0.05
XYZ46.835727.752542.4234
Yxy27.75250.40030.2372
Hunter Lab52.680666.5042-10.8694
CIE-Lab59.664568.7865-15.6199

#f152ad color RGB value is (241,82,173).

#f152ad hex color red value is 241, green value is 82 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f152ad hue: 0.90 , saturation: 0.85 and the lightness value of f152ad is 0.63.

The process color (four color CMYK) of #f152ad color hex is 0.00, 0.66, 0.28, 0.05. Web safe color of #f152ad is #ff6699. Color #f152ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010010 10101101
Octal 361 122 255
Decimal 241 82 173
Hex F1 52 AD

RGB Percentages of Color #f152ad

%48.59
%16.53
%34.88

CMYK Percentages of Color #f152ad

%0
%66
%28
%5

Triadic Colors of #f152ad

#f152ad #adf152 #52adf1

Analogous Colors of #f152ad

#f152ad #f1525d #e652f1

Monochromatic Colors of #f152ad

#f152ad

Complementary Color

#f152ad #52f196

#f152ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f152ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f152ad Color CSS Codes

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

#f152ad Text Font Color

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

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


#f152ad Background Color

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

This div background color is #f152ad


#f152ad Border Color

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

This div border color is #f152ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f152ad


Comments

No comments written yet.

Please login to write comment.