Color Hex Logo

#e07ece Color Hex

#E07ECE
(224,126,206)
0 Favorites   0 Comments

Color spaces of #e07ece

RGB 224126206
HSL0.860.610.69
HSV311°44°88°
CMYK 0.000.440.08   0.12
XYZ49.341935.225262.5911
Yxy35.22520.33530.2394
Hunter Lab59.350844.5338-20.9814
CIE-Lab65.923648.7296-25.0480

#e07ece color RGB value is (224,126,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111110 11001110
Octal 340 176 316
Decimal 224 126 206
Hex E0 7E CE

RGB Percentages of Color #e07ece

%40.29
%22.66
%37.05

CMYK Percentages of Color #e07ece

%0
%44
%8
%12

Triadic Colors of #e07ece

#e07ece #cee07e #7ecee0

Analogous Colors of #e07ece

#e07ece #e07e9d #c17ee0

Monochromatic Colors of #e07ece

#e07ece

Complementary Color

#e07ece #7ee090

#e07ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07ece Color CSS Codes

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

#e07ece Text Font Color

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

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


#e07ece Background Color

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

This div background color is #e07ece


#e07ece Border Color

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

This div border color is #e07ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07ece


Comments

No comments written yet.

Please login to write comment.