Color Hex Logo

#e17cda Color Hex

#E17CDA
(225,124,218)
0 Favorites   0 Comments

Color spaces of #e17cda

RGB 225124218
HSL0.840.630.68
HSV304°45°88°
CMYK 0.000.450.03   0.12
XYZ50.913935.484870.4955
Yxy35.48480.32450.2262
Hunter Lab59.569148.3185-28.4668
CIE-Lab66.124452.0872-31.4266

#e17cda color RGB value is (225,124,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111100 11011010
Octal 341 174 332
Decimal 225 124 218
Hex E1 7C DA

RGB Percentages of Color #e17cda

%39.68
%21.87
%38.45

CMYK Percentages of Color #e17cda

%0
%45
%3
%12

Triadic Colors of #e17cda

#e17cda #dae17c #7cdae1

Analogous Colors of #e17cda

#e17cda #e17ca8 #b67ce1

Monochromatic Colors of #e17cda

#e17cda

Complementary Color

#e17cda #7ce183

#e17cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17cda Color CSS Codes

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

#e17cda Text Font Color

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

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


#e17cda Background Color

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

This div background color is #e17cda


#e17cda Border Color

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

This div border color is #e17cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17cda


Comments

No comments written yet.

Please login to write comment.