Color Hex Logo

#fb7cdc Color Hex

#FB7CDC
(251,124,220)
0 Favorites   0 Comments

Color spaces of #fb7cdc

RGB 251124220
HSL0.870.940.74
HSV315°51°98°
CMYK 0.000.510.12   0.02
XYZ59.909640.091872.2911
Yxy40.09180.34770.2327
Hunter Lab63.318158.0845-23.3695
CIE-Lab69.534960.0177-27.0031

#fb7cdc color RGB value is (251,124,220).

#fb7cdc hex color red value is 251, green value is 124 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fb7cdc hue: 0.87 , saturation: 0.94 and the lightness value of fb7cdc is 0.74.

The process color (four color CMYK) of #fb7cdc color hex is 0.00, 0.51, 0.12, 0.02. Web safe color of #fb7cdc is #ff66cc. Color #fb7cdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111100 11011100
Octal 373 174 334
Decimal 251 124 220
Hex FB 7C DC

RGB Percentages of Color #fb7cdc

%42.18
%20.84
%36.97

CMYK Percentages of Color #fb7cdc

%0
%51
%12
%2

Triadic Colors of #fb7cdc

#fb7cdc #dcfb7c #7cdcfb

Analogous Colors of #fb7cdc

#fb7cdc #fb7c9d #db7cfb

Monochromatic Colors of #fb7cdc

#fb7cdc

Complementary Color

#fb7cdc #7cfb9b

#fb7cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7cdc Color CSS Codes

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

#fb7cdc Text Font Color

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

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


#fb7cdc Background Color

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

This div background color is #fb7cdc


#fb7cdc Border Color

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

This div border color is #fb7cdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,124,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb7cdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb7cdc;
  -webkit-box-shadow: 1px 1px 3px 2px #fb7cdc;
  box-shadow:         1px 1px 3px 2px #fb7cdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,124,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7cdc


Comments

No comments written yet.

Please login to write comment.