color codes Logo

#e07dcc color codes

#E07DCC
(224,125,204)
0 Favorites   0 Comments

Color spaces of #e07dcc

RGB 224125204
HSL0.870.610.68
HSV312°44°88°
CMYK 0.000.440.09   0.12
XYZ48.973234.874261.2770
Yxy34.87420.33750.2403
Hunter Lab59.054444.6831-20.1834
CIE-Lab65.650648.9029-24.3467

#e07dcc color RGB value is (224,125,204).

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

The process color (four color CMYK) of #e07dcc color code is 0.00, 0.44, 0.09, 0.12. Web safe color of #e07dcc is #cc66cc. Color #e07dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111101 11001100
Octal 340 175 314
Decimal 224 125 204
Hex E0 7D CC

RGB Percentages of Color #e07dcc

%40.51
%22.60
%36.89

CMYK Percentages of Color #e07dcc

%0
%44
%9
%12

Triadic Colors of #e07dcc

#e07dcc #cce07d #7dcce0

Analogous Colors of #e07dcc

#e07dcc #e07d9b #c37de0

Monochromatic Colors of #e07dcc

#e07dcc

Complementary Color

#e07dcc #7de091

#e07dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07dcc Color CSS Codes

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

#e07dcc Text Font Color

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

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


#e07dcc Background Color

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

This div background color is #e07dcc


#e07dcc Border Color

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

This div border color is #e07dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07dcc


Comments

No comments written yet.

Please login to write comment.