Color Hex Logo

#e16ddc Color Hex

#E16DDC
(225,109,220)
0 Favorites   0 Comments

Color spaces of #e16ddc

RGB 225109220
HSL0.840.660.65
HSV303°52°88°
CMYK 0.000.520.02   0.12
XYZ49.438232.112171.3027
Yxy32.11210.32340.2101
Hunter Lab56.667556.5597-34.9352
CIE-Lab63.435459.7158-36.7206

#e16ddc color RGB value is (225,109,220).

#e16ddc hex color red value is 225, green value is 109 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e16ddc hue: 0.84 , saturation: 0.66 and the lightness value of e16ddc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101101 11011100
Octal 341 155 334
Decimal 225 109 220
Hex E1 6D DC

RGB Percentages of Color #e16ddc

%40.61
%19.68
%39.71

CMYK Percentages of Color #e16ddc

%0
%52
%2
%12

Triadic Colors of #e16ddc

#e16ddc #dce16d #6ddce1

Analogous Colors of #e16ddc

#e16ddc #e16da2 #ac6de1

Monochromatic Colors of #e16ddc

#e16ddc

Complementary Color

#e16ddc #6de172

#e16ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16ddc Color CSS Codes

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

#e16ddc Text Font Color

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

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


#e16ddc Background Color

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

This div background color is #e16ddc


#e16ddc Border Color

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

This div border color is #e16ddc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,109,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e16ddc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e16ddc;
  -webkit-box-shadow: 1px 1px 3px 2px #e16ddc;
  box-shadow:         1px 1px 3px 2px #e16ddc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,109,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16ddc


Comments

No comments written yet.

Please login to write comment.