Color Hex Logo

#f152bc Color Hex

#F152BC
(241,82,188)
0 Favorites   0 Comments

Color spaces of #f152bc

RGB 24182188
HSL0.890.850.63
HSV320°66°95°
CMYK 0.000.660.22   0.05
XYZ48.370028.366250.5028
Yxy28.36620.38020.2229
Hunter Lab53.259968.9066-18.9388
CIE-Lab60.218170.6662-23.4051

#f152bc color RGB value is (241,82,188).

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

The process color (four color CMYK) of #f152bc color hex is 0.00, 0.66, 0.22, 0.05. Web safe color of #f152bc is #ff66cc. Color #f152bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010010 10111100
Octal 361 122 274
Decimal 241 82 188
Hex F1 52 BC

RGB Percentages of Color #f152bc

%47.16
%16.05
%36.79

CMYK Percentages of Color #f152bc

%0
%66
%22
%5

Triadic Colors of #f152bc

#f152bc #bcf152 #52bcf1

Analogous Colors of #f152bc

#f152bc #f1526d #d752f1

Monochromatic Colors of #f152bc

#f152bc

Complementary Color

#f152bc #52f187

#f152bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f152bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f152bc Color CSS Codes

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

#f152bc Text Font Color

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

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


#f152bc Background Color

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

This div background color is #f152bc


#f152bc Border Color

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

This div border color is #f152bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f152bc


Comments

No comments written yet.

Please login to write comment.