Color Hex Logo

#e017d1 Color Hex

#E017D1
(224,23,209)
0 Favorites   0 Comments

Color spaces of #e017d1

RGB 22423209
HSL0.850.810.48
HSV304°90°88°
CMYK 0.000.900.07   0.12
XYZ42.555521.063562.1443
Yxy21.06350.33840.1675
Hunter Lab45.895085.1955-48.1554
CIE-Lab53.018985.0143-46.9008

#e017d1 color RGB value is (224,23,209).

#e017d1 hex color red value is 224, green value is 23 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #e017d1 hue: 0.85 , saturation: 0.81 and the lightness value of e017d1 is 0.48.

The process color (four color CMYK) of #e017d1 color hex is 0.00, 0.90, 0.07, 0.12. Web safe color of #e017d1 is #cc00cc. Color #e017d1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010111 11010001
Octal 340 27 321
Decimal 224 23 209
Hex E0 17 D1

RGB Percentages of Color #e017d1

%49.12
%5.04
%45.83

CMYK Percentages of Color #e017d1

%0
%90
%7
%12

Triadic Colors of #e017d1

#e017d1 #d1e017 #17d1e0

Analogous Colors of #e017d1

#e017d1 #e0176d #8b17e0

Monochromatic Colors of #e017d1

#e017d1

Complementary Color

#e017d1 #17e026

#e017d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e017d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e017d1 Color CSS Codes

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

#e017d1 Text Font Color

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

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


#e017d1 Background Color

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

This div background color is #e017d1


#e017d1 Border Color

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

This div border color is #e017d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e017d1


Comments

No comments written yet.

Please login to write comment.