Color Hex Logo

#e07ebc Color Hex

#E07EBC
(224,126,188)
0 Favorites   0 Comments

Color spaces of #e07ebc

RGB 224126188
HSL0.890.610.69
HSV322°44°88°
CMYK 0.000.440.16   0.12
XYZ47.278434.399851.7249
Yxy34.39980.35440.2579
Hunter Lab58.651341.2476-11.2322
CIE-Lab65.278745.8277-15.9189

#e07ebc color RGB value is (224,126,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111110 10111100
Octal 340 176 274
Decimal 224 126 188
Hex E0 7E BC

RGB Percentages of Color #e07ebc

%41.64
%23.42
%34.94

CMYK Percentages of Color #e07ebc

%0
%44
%16
%12

Triadic Colors of #e07ebc

#e07ebc #bce07e #7ebce0

Analogous Colors of #e07ebc

#e07ebc #e07e8b #d37ee0

Monochromatic Colors of #e07ebc

#e07ebc

Complementary Color

#e07ebc #7ee0a2

#e07ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07ebc Color CSS Codes

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

#e07ebc Text Font Color

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

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


#e07ebc Background Color

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

This div background color is #e07ebc


#e07ebc Border Color

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

This div border color is #e07ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07ebc


Comments

No comments written yet.

Please login to write comment.