Color Hex Logo

#ea8adc Color Hex

#EA8ADC
(234,138,220)
0 Favorites   0 Comments

Color spaces of #ea8adc

RGB 234138220
HSL0.860.700.73
HSV309°41°92°
CMYK 0.000.410.06   0.08
XYZ55.938440.836772.6441
Yxy40.83670.33020.2410
Hunter Lab63.903644.4197-22.6669
CIE-Lab70.061448.0586-26.3789

#ea8adc color RGB value is (234,138,220).

#ea8adc hex color red value is 234, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ea8adc hue: 0.86 , saturation: 0.70 and the lightness value of ea8adc is 0.73.

The process color (four color CMYK) of #ea8adc color hex is 0.00, 0.41, 0.06, 0.08. Web safe color of #ea8adc is #ff99cc. Color #ea8adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001010 11011100
Octal 352 212 334
Decimal 234 138 220
Hex EA 8A DC

RGB Percentages of Color #ea8adc

%39.53
%23.31
%37.16

CMYK Percentages of Color #ea8adc

%0
%41
%6
%8

Triadic Colors of #ea8adc

#ea8adc #dcea8a #8adcea

Analogous Colors of #ea8adc

#ea8adc #ea8aac #c88aea

Monochromatic Colors of #ea8adc

#ea8adc

Complementary Color

#ea8adc #8aea98

#ea8adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8adc Color CSS Codes

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

#ea8adc Text Font Color

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

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


#ea8adc Background Color

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

This div background color is #ea8adc


#ea8adc Border Color

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

This div border color is #ea8adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8adc


Comments

No comments written yet.

Please login to write comment.