Color Hex Logo

#e07cdb Color Hex

#E07CDB
(224,124,219)
0 Favorites   0 Comments

Color spaces of #e07cdb

RGB 224124219
HSL0.840.620.68
HSV303°45°88°
CMYK 0.000.450.02   0.12
XYZ50.734335.377171.1723
Yxy35.37710.32260.2249
Hunter Lab59.478748.1699-29.3115
CIE-Lab66.041251.9677-32.1219

#e07cdb color RGB value is (224,124,219).

#e07cdb hex color red value is 224, green value is 124 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e07cdb hue: 0.84 , saturation: 0.62 and the lightness value of e07cdb is 0.68.

The process color (four color CMYK) of #e07cdb color hex is 0.00, 0.45, 0.02, 0.12. Web safe color of #e07cdb is #cc66cc. Color #e07cdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111100 11011011
Octal 340 174 333
Decimal 224 124 219
Hex E0 7C DB

RGB Percentages of Color #e07cdb

%39.51
%21.87
%38.62

CMYK Percentages of Color #e07cdb

%0
%45
%2
%12

Triadic Colors of #e07cdb

#e07cdb #dbe07c #7cdbe0

Analogous Colors of #e07cdb

#e07cdb #e07ca9 #b37ce0

Monochromatic Colors of #e07cdb

#e07cdb

Complementary Color

#e07cdb #7ce081

#e07cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07cdb Color CSS Codes

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

#e07cdb Text Font Color

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

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


#e07cdb Background Color

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

This div background color is #e07cdb


#e07cdb Border Color

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

This div border color is #e07cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07cdb


Comments

No comments written yet.

Please login to write comment.