Color Hex Logo

#e07dbc Color Hex

#E07DBC
(224,125,188)
0 Favorites   0 Comments

Color spaces of #e07dbc

RGB 224125188
HSL0.890.610.68
HSV322°44°88°
CMYK 0.000.440.16   0.12
XYZ47.151234.145451.6825
Yxy34.14540.35460.2568
Hunter Lab58.434141.7743-11.5357
CIE-Lab65.077846.3379-16.2226

#e07dbc color RGB value is (224,125,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111101 10111100
Octal 340 175 274
Decimal 224 125 188
Hex E0 7D BC

RGB Percentages of Color #e07dbc

%41.71
%23.28
%35.01

CMYK Percentages of Color #e07dbc

%0
%44
%16
%12

Triadic Colors of #e07dbc

#e07dbc #bce07d #7dbce0

Analogous Colors of #e07dbc

#e07dbc #e07d8b #d37de0

Monochromatic Colors of #e07dbc

#e07dbc

Complementary Color

#e07dbc #7de0a1

#e07dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07dbc Color CSS Codes

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

#e07dbc Text Font Color

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

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


#e07dbc Background Color

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

This div background color is #e07dbc


#e07dbc Border Color

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

This div border color is #e07dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07dbc


Comments

No comments written yet.

Please login to write comment.