Color Hex Logo

#e07ecf Color Hex

#E07ECF
(224,126,207)
0 Favorites   0 Comments

Color spaces of #e07ecf

RGB 224126207
HSL0.860.610.69
HSV310°44°88°
CMYK 0.000.440.08   0.12
XYZ49.463835.274063.2330
Yxy35.27400.33430.2384
Hunter Lab59.391944.7256-21.5501
CIE-Lab65.961448.8972-25.5494

#e07ecf color RGB value is (224,126,207).

#e07ecf hex color red value is 224, green value is 126 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e07ecf hue: 0.86 , saturation: 0.61 and the lightness value of e07ecf is 0.69.

The process color (four color CMYK) of #e07ecf color hex is 0.00, 0.44, 0.08, 0.12. Web safe color of #e07ecf is #cc66cc. Color #e07ecf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111110 11001111
Octal 340 176 317
Decimal 224 126 207
Hex E0 7E CF

RGB Percentages of Color #e07ecf

%40.22
%22.62
%37.16

CMYK Percentages of Color #e07ecf

%0
%44
%8
%12

Triadic Colors of #e07ecf

#e07ecf #cfe07e #7ecfe0

Analogous Colors of #e07ecf

#e07ecf #e07e9e #c07ee0

Monochromatic Colors of #e07ecf

#e07ecf

Complementary Color

#e07ecf #7ee08f

#e07ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07ecf Color CSS Codes

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

#e07ecf Text Font Color

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

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


#e07ecf Background Color

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

This div background color is #e07ecf


#e07ecf Border Color

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

This div border color is #e07ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07ecf


Comments

No comments written yet.

Please login to write comment.