Color Hex Logo

#e19cd0 Color Hex

#E19CD0
(225,156,208)
0 Favorites   0 Comments

Color spaces of #e19cd0

RGB 225156208
HSL0.870.530.75
HSV315°31°88°
CMYK 0.000.310.08   0.12
XYZ54.325044.338665.3695
Yxy44.33860.33120.2703
Hunter Lab66.587229.1010-11.5946
CIE-Lab72.454233.6766-16.2134

#e19cd0 color RGB value is (225,156,208).

#e19cd0 hex color red value is 225, green value is 156 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #e19cd0 hue: 0.87 , saturation: 0.53 and the lightness value of e19cd0 is 0.75.

The process color (four color CMYK) of #e19cd0 color hex is 0.00, 0.31, 0.08, 0.12. Web safe color of #e19cd0 is #cc99cc. Color #e19cd0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011100 11010000
Octal 341 234 320
Decimal 225 156 208
Hex E1 9C D0

RGB Percentages of Color #e19cd0

%38.20
%26.49
%35.31

CMYK Percentages of Color #e19cd0

%0
%31
%8
%12

Triadic Colors of #e19cd0

#e19cd0 #d0e19c #9cd0e1

Analogous Colors of #e19cd0

#e19cd0 #e19cae #d09ce1

Monochromatic Colors of #e19cd0

#e19cd0

Complementary Color

#e19cd0 #9ce1ad

#e19cd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19cd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19cd0 Color CSS Codes

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

#e19cd0 Text Font Color

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

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


#e19cd0 Background Color

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

This div background color is #e19cd0


#e19cd0 Border Color

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

This div border color is #e19cd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19cd0


Comments

No comments written yet.

Please login to write comment.