Color Hex Logo

#fd7ecb Color Hex

#FD7ECB
(253,126,203)
0 Favorites   0 Comments

Color spaces of #fd7ecb

RGB 253126203
HSL0.900.970.74
HSV324°50°99°
CMYK 0.000.500.20   0.01
XYZ58.748440.116261.1467
Yxy40.11620.36720.2507
Hunter Lab63.337454.7269-12.9032
CIE-Lab69.552257.1551-17.5027

#fd7ecb color RGB value is (253,126,203).

#fd7ecb hex color red value is 253, green value is 126 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fd7ecb hue: 0.90 , saturation: 0.97 and the lightness value of fd7ecb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111110 11001011
Octal 375 176 313
Decimal 253 126 203
Hex FD 7E CB

RGB Percentages of Color #fd7ecb

%43.47
%21.65
%34.88

CMYK Percentages of Color #fd7ecb

%0
%50
%20
%1

Triadic Colors of #fd7ecb

#fd7ecb #cbfd7e #7ecbfd

Analogous Colors of #fd7ecb

#fd7ecb #fd7e8c #f07efd

Monochromatic Colors of #fd7ecb

#fd7ecb

Complementary Color

#fd7ecb #7efdb0

#fd7ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7ecb Color CSS Codes

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

#fd7ecb Text Font Color

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

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


#fd7ecb Background Color

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

This div background color is #fd7ecb


#fd7ecb Border Color

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

This div border color is #fd7ecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,126,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 #fd7ecb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7ecb


Comments

No comments written yet.

Please login to write comment.