Color Hex Logo

#f148cb Color Hex

#F148CB
(241,72,203)
0 Favorites   0 Comments

Color spaces of #f148cb

RGB 24172203
HSL0.870.860.61
HSV313°70°95°
CMYK 0.000.700.16   0.05
XYZ49.372527.647359.2342
Yxy27.64730.36240.2029
Hunter Lab52.580775.5926-29.9860
CIE-Lab59.568776.2043-32.9770

#f148cb color RGB value is (241,72,203).

#f148cb hex color red value is 241, green value is 72 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f148cb hue: 0.87 , saturation: 0.86 and the lightness value of f148cb is 0.61.

The process color (four color CMYK) of #f148cb color hex is 0.00, 0.70, 0.16, 0.05. Web safe color of #f148cb is #ff33cc. Color #f148cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001000 11001011
Octal 361 110 313
Decimal 241 72 203
Hex F1 48 CB

RGB Percentages of Color #f148cb

%46.71
%13.95
%39.34

CMYK Percentages of Color #f148cb

%0
%70
%16
%5

Triadic Colors of #f148cb

#f148cb #cbf148 #48cbf1

Analogous Colors of #f148cb

#f148cb #f14877 #c348f1

Monochromatic Colors of #f148cb

#f148cb

Complementary Color

#f148cb #48f16e

#f148cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f148cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f148cb Color CSS Codes

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

#f148cb Text Font Color

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

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


#f148cb Background Color

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

This div background color is #f148cb


#f148cb Border Color

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

This div border color is #f148cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f148cb


Comments

No comments written yet.

Please login to write comment.