Color Hex Logo

#ff7edc Color Hex

#FF7EDC
(255,126,220)
0 Favorites   0 Comments

Color spaces of #ff7edc

RGB 255126220
HSL0.881.000.75
HSV316°51°100°
CMYK 0.000.510.14   0.00
XYZ61.619141.349072.4436
Yxy41.34900.35130.2357
Hunter Lab64.303258.5186-21.7835
CIE-Lab70.419760.2430-25.6001

#ff7edc color RGB value is (255,126,220).

#ff7edc hex color red value is 255, green value is 126 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ff7edc hue: 0.88 , saturation: 1.00 and the lightness value of ff7edc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111110 11011100
Octal 377 176 334
Decimal 255 126 220
Hex FF 7E DC

RGB Percentages of Color #ff7edc

%42.43
%20.97
%36.61

CMYK Percentages of Color #ff7edc

%0
%51
%14
%0

Triadic Colors of #ff7edc

#ff7edc #dcff7e #7edcff

Analogous Colors of #ff7edc

#ff7edc #ff7e9c #e27eff

Monochromatic Colors of #ff7edc

#ff7edc

Complementary Color

#ff7edc #7effa1

#ff7edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7edc Color CSS Codes

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

#ff7edc Text Font Color

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

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


#ff7edc Background Color

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

This div background color is #ff7edc


#ff7edc Border Color

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

This div border color is #ff7edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7edc


Comments

No comments written yet.

Please login to write comment.