Color Hex Logo

#e58cc1 Color Hex

#E58CC1
(229,140,193)
0 Favorites   0 Comments

Color spaces of #e58cc1

RGB 229140193
HSL0.900.630.72
HSV324°39°90°
CMYK 0.000.390.16   0.10
XYZ51.316839.264455.3262
Yxy39.26440.35170.2691
Hunter Lab62.661336.5262-8.4866
CIE-Lab68.942441.0091-13.1430

#e58cc1 color RGB value is (229,140,193).

#e58cc1 hex color red value is 229, green value is 140 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #e58cc1 hue: 0.90 , saturation: 0.63 and the lightness value of e58cc1 is 0.72.

The process color (four color CMYK) of #e58cc1 color hex is 0.00, 0.39, 0.16, 0.10. Web safe color of #e58cc1 is #cc99cc. Color #e58cc1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001100 11000001
Octal 345 214 301
Decimal 229 140 193
Hex E5 8C C1

RGB Percentages of Color #e58cc1

%40.75
%24.91
%34.34

CMYK Percentages of Color #e58cc1

%0
%39
%16
%10

Triadic Colors of #e58cc1

#e58cc1 #c1e58c #8cc1e5

Analogous Colors of #e58cc1

#e58cc1 #e58c95 #dd8ce5

Monochromatic Colors of #e58cc1

#e58cc1

Complementary Color

#e58cc1 #8ce5b0

#e58cc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58cc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58cc1 Color CSS Codes

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

#e58cc1 Text Font Color

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

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


#e58cc1 Background Color

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

This div background color is #e58cc1


#e58cc1 Border Color

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

This div border color is #e58cc1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,140,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e58cc1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e58cc1;
  -webkit-box-shadow: 1px 1px 3px 2px #e58cc1;
  box-shadow:         1px 1px 3px 2px #e58cc1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,140,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58cc1


Comments

No comments written yet.

Please login to write comment.