Color Hex Logo

#ff7edf Color Hex

#FF7EDF
(255,126,223)
0 Favorites   0 Comments

Color spaces of #ff7edf

RGB 255126223
HSL0.871.000.75
HSV315°51°100°
CMYK 0.000.510.13   0.00
XYZ62.020141.509474.5553
Yxy41.50940.34830.2331
Hunter Lab64.427859.0808-23.5104
CIE-Lab70.531360.6987-27.0879

#ff7edf color RGB value is (255,126,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111110 11011111
Octal 377 176 337
Decimal 255 126 223
Hex FF 7E DF

RGB Percentages of Color #ff7edf

%42.22
%20.86
%36.92

CMYK Percentages of Color #ff7edf

%0
%51
%13
%0

Triadic Colors of #ff7edf

#ff7edf #dfff7e #7edfff

Analogous Colors of #ff7edf

#ff7edf #ff7e9f #df7eff

Monochromatic Colors of #ff7edf

#ff7edf

Complementary Color

#ff7edf #7eff9e

#ff7edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7edf Color CSS Codes

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

#ff7edf Text Font Color

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

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


#ff7edf Background Color

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

This div background color is #ff7edf


#ff7edf Border Color

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

This div border color is #ff7edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7edf

Related Colors


Comments

No comments written yet.

Please login to write comment.