Color Hex Logo

#ea6cad Color Hex

#EA6CAD
(234,108,173)
0 Favorites   0 Comments

Color spaces of #ea6cad

RGB 234108173
HSL0.910.750.67
HSV329°54°92°
CMYK 0.000.540.26   0.08
XYZ46.837131.234743.0955
Yxy31.23470.38650.2578
Hunter Lab55.888051.7884-6.5972
CIE-Lab62.705355.6836-11.1445

#ea6cad color RGB value is (234,108,173).

#ea6cad hex color red value is 234, green value is 108 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ea6cad hue: 0.91 , saturation: 0.75 and the lightness value of ea6cad is 0.67.

The process color (four color CMYK) of #ea6cad color hex is 0.00, 0.54, 0.26, 0.08. Web safe color of #ea6cad is #ff6699. Color #ea6cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101100 10101101
Octal 352 154 255
Decimal 234 108 173
Hex EA 6C AD

RGB Percentages of Color #ea6cad

%45.44
%20.97
%33.59

CMYK Percentages of Color #ea6cad

%0
%54
%26
%8

Triadic Colors of #ea6cad

#ea6cad #adea6c #6cadea

Analogous Colors of #ea6cad

#ea6cad #ea6c6e #e86cea

Monochromatic Colors of #ea6cad

#ea6cad

Complementary Color

#ea6cad #6ceaa9

#ea6cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6cad Color CSS Codes

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

#ea6cad Text Font Color

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

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


#ea6cad Background Color

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

This div background color is #ea6cad


#ea6cad Border Color

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

This div border color is #ea6cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,108,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6cad


Comments

No comments written yet.

Please login to write comment.