Color Hex Logo

#ea6add Color Hex

#EA6ADD
(234,106,221)
0 Favorites   0 Comments

Color spaces of #ea6add

RGB 234106221
HSL0.850.750.67
HSV306°55°92°
CMYK 0.000.550.06   0.08
XYZ52.136933.021072.0324
Yxy33.02100.33170.2101
Hunter Lab57.463961.3909-34.0967
CIE-Lab64.177963.7029-36.0309

#ea6add color RGB value is (234,106,221).

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

The process color (four color CMYK) of #ea6add color hex is 0.00, 0.55, 0.06, 0.08. Web safe color of #ea6add is #ff66cc. Color #ea6add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101010 11011101
Octal 352 152 335
Decimal 234 106 221
Hex EA 6A DD

RGB Percentages of Color #ea6add

%41.71
%18.89
%39.39

CMYK Percentages of Color #ea6add

%0
%55
%6
%8

Triadic Colors of #ea6add

#ea6add #ddea6a #6addea

Analogous Colors of #ea6add

#ea6add #ea6a9d #b76aea

Monochromatic Colors of #ea6add

#ea6add

Complementary Color

#ea6add #6aea77

#ea6add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6add Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6add Color CSS Codes

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

#ea6add Text Font Color

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

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


#ea6add Background Color

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

This div background color is #ea6add


#ea6add Border Color

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

This div border color is #ea6add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6add


Comments

No comments written yet.

Please login to write comment.