Color Hex Logo

#e07ebd Color Hex

#E07EBD
(224,126,189)
0 Favorites   0 Comments

Color spaces of #e07ebd

RGB 224126189
HSL0.890.610.69
HSV321°44°88°
CMYK 0.000.440.16   0.12
XYZ47.386634.443152.2948
Yxy34.44310.35330.2568
Hunter Lab58.688241.4217-11.7492
CIE-Lab65.312845.9828-16.4312

#e07ebd color RGB value is (224,126,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111110 10111101
Octal 340 176 275
Decimal 224 126 189
Hex E0 7E BD

RGB Percentages of Color #e07ebd

%41.56
%23.38
%35.06

CMYK Percentages of Color #e07ebd

%0
%44
%16
%12

Triadic Colors of #e07ebd

#e07ebd #bde07e #7ebde0

Analogous Colors of #e07ebd

#e07ebd #e07e8c #d27ee0

Monochromatic Colors of #e07ebd

#e07ebd

Complementary Color

#e07ebd #7ee0a1

#e07ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07ebd Color CSS Codes

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

#e07ebd Text Font Color

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

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


#e07ebd Background Color

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

This div background color is #e07ebd


#e07ebd Border Color

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

This div border color is #e07ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07ebd


Comments

No comments written yet.

Please login to write comment.