color codes Logo

#e28adc color codes

#E28ADC
(226,138,220)
0 Favorites   0 Comments

Color spaces of #e28adc

RGB 226138220
HSL0.840.600.71
HSV304°39°89°
CMYK 0.000.390.03   0.11
XYZ53.370839.513072.5240
Yxy39.51300.32270.2389
Hunter Lab62.859441.5517-24.4043
CIE-Lab69.121245.5992-27.9034

#e28adc color RGB value is (226,138,220).

#e28adc hex color red value is 226, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e28adc hue: 0.84 , saturation: 0.60 and the lightness value of e28adc is 0.71.

The process color (four color CMYK) of #e28adc color code is 0.00, 0.39, 0.03, 0.11. Web safe color of #e28adc is #cc99cc. Color #e28adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001010 11011100
Octal 342 212 334
Decimal 226 138 220
Hex E2 8A DC

RGB Percentages of Color #e28adc

%38.70
%23.63
%37.67

CMYK Percentages of Color #e28adc

%0
%39
%3
%11

Triadic Colors of #e28adc

#e28adc #dce28a #8adce2

Analogous Colors of #e28adc

#e28adc #e28ab0 #bc8ae2

Monochromatic Colors of #e28adc

#e28adc

Complementary Color

#e28adc #8ae290

#e28adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28adc Color CSS Codes

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

#e28adc Text Font Color

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

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


#e28adc Background Color

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

This div background color is #e28adc


#e28adc Border Color

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

This div border color is #e28adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,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 #e28adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28adc


Comments

No comments written yet.

Please login to write comment.