Color Hex Logo

#ea2ddb Color Hex

#EA2DDB
(234,45,219)
0 Favorites   0 Comments

Color spaces of #ea2ddb

RGB 23445219
HSL0.850.820.55
HSV305°81°92°
CMYK 0.000.810.06   0.08
XYZ47.656324.483769.2319
Yxy24.48370.33710.1732
Hunter Lab49.481085.3257-48.3196
CIE-Lab56.568984.4227-46.8616

#ea2ddb color RGB value is (234,45,219).

#ea2ddb hex color red value is 234, green value is 45 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ea2ddb hue: 0.85 , saturation: 0.82 and the lightness value of ea2ddb is 0.55.

The process color (four color CMYK) of #ea2ddb color hex is 0.00, 0.81, 0.06, 0.08. Web safe color of #ea2ddb is #ff33cc. Color #ea2ddb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101101 11011011
Octal 352 55 333
Decimal 234 45 219
Hex EA 2D DB

RGB Percentages of Color #ea2ddb

%46.99
%9.04
%43.98

CMYK Percentages of Color #ea2ddb

%0
%81
%6
%8

Triadic Colors of #ea2ddb

#ea2ddb #dbea2d #2ddbea

Analogous Colors of #ea2ddb

#ea2ddb #ea2d7d #9b2dea

Monochromatic Colors of #ea2ddb

#ea2ddb

Complementary Color

#ea2ddb #2dea3c

#ea2ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea2ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea2ddb Color CSS Codes

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

#ea2ddb Text Font Color

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

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


#ea2ddb Background Color

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

This div background color is #ea2ddb


#ea2ddb Border Color

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

This div border color is #ea2ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea2ddb


Comments

No comments written yet.

Please login to write comment.