Color Hex Logo

#e58fcc Color Hex

#E58FCC
(229,143,204)
0 Favorites   0 Comments

Color spaces of #e58fcc

RGB 229143204
HSL0.880.620.73
HSV317°38°90°
CMYK 0.000.380.11   0.10
XYZ53.034640.662662.1802
Yxy40.66260.34020.2609
Hunter Lab63.767236.8641-13.1773
CIE-Lab69.938941.2069-17.7604

#e58fcc color RGB value is (229,143,204).

#e58fcc hex color red value is 229, green value is 143 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e58fcc hue: 0.88 , saturation: 0.62 and the lightness value of e58fcc is 0.73.

The process color (four color CMYK) of #e58fcc color hex is 0.00, 0.38, 0.11, 0.10. Web safe color of #e58fcc is #cc99cc. Color #e58fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001111 11001100
Octal 345 217 314
Decimal 229 143 204
Hex E5 8F CC

RGB Percentages of Color #e58fcc

%39.76
%24.83
%35.42

CMYK Percentages of Color #e58fcc

%0
%38
%11
%10

Triadic Colors of #e58fcc

#e58fcc #cce58f #8fcce5

Analogous Colors of #e58fcc

#e58fcc #e58fa1 #d38fe5

Monochromatic Colors of #e58fcc

#e58fcc

Complementary Color

#e58fcc #8fe5a8

#e58fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58fcc Color CSS Codes

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

#e58fcc Text Font Color

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

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


#e58fcc Background Color

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

This div background color is #e58fcc


#e58fcc Border Color

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

This div border color is #e58fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58fcc


Comments

No comments written yet.

Please login to write comment.