Color Hex Logo

#fc48bb Color Hex

#FC48BB
(252,72,187)
0 Favorites   0 Comments

Color spaces of #fc48bb

RGB 25272187
HSL0.890.970.64
HSV322°71°99°
CMYK 0.000.710.26   0.01
XYZ51.431928.918049.8847
Yxy28.91800.39490.2220
Hunter Lab53.775576.6138-17.3574
CIE-Lab60.709276.8011-21.9243

#fc48bb color RGB value is (252,72,187).

#fc48bb hex color red value is 252, green value is 72 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fc48bb hue: 0.89 , saturation: 0.97 and the lightness value of fc48bb is 0.64.

The process color (four color CMYK) of #fc48bb color hex is 0.00, 0.71, 0.26, 0.01. Web safe color of #fc48bb is #ff33cc. Color #fc48bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001000 10111011
Octal 374 110 273
Decimal 252 72 187
Hex FC 48 BB

RGB Percentages of Color #fc48bb

%49.32
%14.09
%36.59

CMYK Percentages of Color #fc48bb

%0
%71
%26
%1

Triadic Colors of #fc48bb

#fc48bb #bbfc48 #48bbfc

Analogous Colors of #fc48bb

#fc48bb #fc4861 #e348fc

Monochromatic Colors of #fc48bb

#fc48bb

Complementary Color

#fc48bb #48fc89

#fc48bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc48bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc48bb Color CSS Codes

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

#fc48bb Text Font Color

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

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


#fc48bb Background Color

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

This div background color is #fc48bb


#fc48bb Border Color

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

This div border color is #fc48bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc48bb


Comments

No comments written yet.

Please login to write comment.