Color Hex Logo

#fc7db8 Color Hex

#FC7DB8
(252,125,184)
0 Favorites   0 Comments

Color spaces of #fc7db8

RGB 252125184
HSL0.920.950.74
HSV332°50°99°
CMYK 0.000.500.27   0.01
XYZ56.130238.823449.8827
Yxy38.82340.38750.2681
Hunter Lab62.308451.7610-3.8503
CIE-Lab68.623154.7361-8.2775

#fc7db8 color RGB value is (252,125,184).

#fc7db8 hex color red value is 252, green value is 125 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #fc7db8 hue: 0.92 , saturation: 0.95 and the lightness value of fc7db8 is 0.74.

The process color (four color CMYK) of #fc7db8 color hex is 0.00, 0.50, 0.27, 0.01. Web safe color of #fc7db8 is #ff66cc. Color #fc7db8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111101 10111000
Octal 374 175 270
Decimal 252 125 184
Hex FC 7D B8

RGB Percentages of Color #fc7db8

%44.92
%22.28
%32.80

CMYK Percentages of Color #fc7db8

%0
%50
%27
%1

Triadic Colors of #fc7db8

#fc7db8 #b8fc7d #7db8fc

Analogous Colors of #fc7db8

#fc7db8 #fc827d #fc7df8

Monochromatic Colors of #fc7db8

#fc7db8

Complementary Color

#fc7db8 #7dfcc1

#fc7db8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7db8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7db8 Color CSS Codes

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

#fc7db8 Text Font Color

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

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


#fc7db8 Background Color

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

This div background color is #fc7db8


#fc7db8 Border Color

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

This div border color is #fc7db8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7db8


Comments

No comments written yet.

Please login to write comment.