Color Hex Logo

#e58adc Color Hex

#E58ADC
(229,138,220)
0 Favorites   0 Comments

Color spaces of #e58adc

RGB 229138220
HSL0.850.640.72
HSV306°40°90°
CMYK 0.000.400.04   0.10
XYZ54.319840.002372.5684
Yxy40.00230.32550.2397
Hunter Lab63.247442.6212-23.7547
CIE-Lab69.471246.5215-27.3357

#e58adc color RGB value is (229,138,220).

#e58adc hex color red value is 229, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e58adc hue: 0.85 , saturation: 0.64 and the lightness value of e58adc is 0.72.

The process color (four color CMYK) of #e58adc color hex is 0.00, 0.40, 0.04, 0.10. Web safe color of #e58adc is #cc99cc. Color #e58adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001010 11011100
Octal 345 212 334
Decimal 229 138 220
Hex E5 8A DC

RGB Percentages of Color #e58adc

%39.01
%23.51
%37.48

CMYK Percentages of Color #e58adc

%0
%40
%4
%10

Triadic Colors of #e58adc

#e58adc #dce58a #8adce5

Analogous Colors of #e58adc

#e58adc #e58aaf #c18ae5

Monochromatic Colors of #e58adc

#e58adc

Complementary Color

#e58adc #8ae593

#e58adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58adc Color CSS Codes

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

#e58adc Text Font Color

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

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


#e58adc Background Color

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

This div background color is #e58adc


#e58adc Border Color

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

This div border color is #e58adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58adc


Comments

No comments written yet.

Please login to write comment.