Color Hex Logo

#ff7ecf Color Hex

#FF7ECF
(255,126,207)
0 Favorites   0 Comments

Color spaces of #ff7ecf

RGB 255126207
HSL0.901.000.75
HSV322°51°100°
CMYK 0.000.510.19   0.00
XYZ59.963340.686763.7244
Yxy40.68670.36480.2475
Hunter Lab63.786156.1764-14.5823
CIE-Lab69.955958.3312-19.0935

#ff7ecf color RGB value is (255,126,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111110 11001111
Octal 377 176 317
Decimal 255 126 207
Hex FF 7E CF

RGB Percentages of Color #ff7ecf

%43.37
%21.43
%35.20

CMYK Percentages of Color #ff7ecf

%0
%51
%19
%0

Triadic Colors of #ff7ecf

#ff7ecf #cfff7e #7ecfff

Analogous Colors of #ff7ecf

#ff7ecf #ff7e8f #ef7eff

Monochromatic Colors of #ff7ecf

#ff7ecf

Complementary Color

#ff7ecf #7effae

#ff7ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7ecf Color CSS Codes

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

#ff7ecf Text Font Color

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

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


#ff7ecf Background Color

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

This div background color is #ff7ecf


#ff7ecf Border Color

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

This div border color is #ff7ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7ecf

#ff7ecf Color Palettes


Comments

No comments written yet.

Please login to write comment.