Color Hex Logo

#fd7edf Color Hex

#FD7EDF
(253,126,223)
0 Favorites   0 Comments

Color spaces of #fd7edf

RGB 253126223
HSL0.870.970.74
HSV314°50°99°
CMYK 0.000.500.12   0.01
XYZ61.288241.132174.5211
Yxy41.13210.34640.2325
Hunter Lab64.134358.3436-23.9982
CIE-Lab70.268460.1195-27.5144

#fd7edf color RGB value is (253,126,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111110 11011111
Octal 375 176 337
Decimal 253 126 223
Hex FD 7E DF

RGB Percentages of Color #fd7edf

%42.03
%20.93
%37.04

CMYK Percentages of Color #fd7edf

%0
%50
%12
%1

Triadic Colors of #fd7edf

#fd7edf #dffd7e #7edffd

Analogous Colors of #fd7edf

#fd7edf #fd7ea0 #dc7efd

Monochromatic Colors of #fd7edf

#fd7edf

Complementary Color

#fd7edf #7efd9c

#fd7edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7edf Color CSS Codes

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

#fd7edf Text Font Color

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

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


#fd7edf Background Color

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

This div background color is #fd7edf


#fd7edf Border Color

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

This div border color is #fd7edf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,126,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7edf

Related Colors


Comments

No comments written yet.

Please login to write comment.