Color Hex Logo

#ea5ddd Color Hex

#EA5DDD
(234,93,221)
0 Favorites   0 Comments

Color spaces of #ea5ddd

RGB 23493221
HSL0.850.770.64
HSV306°60°92°
CMYK 0.000.600.06   0.08
XYZ50.897230.541671.6192
Yxy30.54160.33250.1995
Hunter Lab55.264567.6813-38.1509
CIE-Lab62.118769.3085-39.2473

#ea5ddd color RGB value is (234,93,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011101 11011101
Octal 352 135 335
Decimal 234 93 221
Hex EA 5D DD

RGB Percentages of Color #ea5ddd

%42.70
%16.97
%40.33

CMYK Percentages of Color #ea5ddd

%0
%60
%6
%8

Triadic Colors of #ea5ddd

#ea5ddd #ddea5d #5dddea

Analogous Colors of #ea5ddd

#ea5ddd #ea5d97 #b15dea

Monochromatic Colors of #ea5ddd

#ea5ddd

Complementary Color

#ea5ddd #5dea6a

#ea5ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5ddd Color CSS Codes

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

#ea5ddd Text Font Color

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

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


#ea5ddd Background Color

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

This div background color is #ea5ddd


#ea5ddd Border Color

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

This div border color is #ea5ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5ddd


Comments

No comments written yet.

Please login to write comment.