Color Hex Logo

#fc4cbd Color Hex

#FC4CBD
(252,76,189)
0 Favorites   0 Comments

Color spaces of #fc4cbd

RGB 25276189
HSL0.890.970.64
HSV321°70°99°
CMYK 0.000.700.25   0.01
XYZ51.914629.538551.1094
Yxy29.53850.39160.2228
Hunter Lab54.349375.3923-17.7110
CIE-Lab61.254075.7236-22.2366

#fc4cbd color RGB value is (252,76,189).

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

The process color (four color CMYK) of #fc4cbd color hex is 0.00, 0.70, 0.25, 0.01. Web safe color of #fc4cbd is #ff33cc. Color #fc4cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001100 10111101
Octal 374 114 275
Decimal 252 76 189
Hex FC 4C BD

RGB Percentages of Color #fc4cbd

%48.74
%14.70
%36.56

CMYK Percentages of Color #fc4cbd

%0
%70
%25
%1

Triadic Colors of #fc4cbd

#fc4cbd #bdfc4c #4cbdfc

Analogous Colors of #fc4cbd

#fc4cbd #fc4c65 #e34cfc

Monochromatic Colors of #fc4cbd

#fc4cbd

Complementary Color

#fc4cbd #4cfc8b

#fc4cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4cbd Color CSS Codes

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

#fc4cbd Text Font Color

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

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


#fc4cbd Background Color

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

This div background color is #fc4cbd


#fc4cbd Border Color

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

This div border color is #fc4cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4cbd


Comments

No comments written yet.

Please login to write comment.