Color Hex Logo

#ea2bdb Color Hex

#EA2BDB
(234,43,219)
0 Favorites   0 Comments

Color spaces of #ea2bdb

RGB 23443219
HSL0.850.820.54
HSV305°82°92°
CMYK 0.000.820.06   0.08
XYZ47.581724.334769.2071
Yxy24.33470.33720.1724
Hunter Lab49.330285.8452-48.6489
CIE-Lab56.421484.8512-47.0954

#ea2bdb color RGB value is (234,43,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101011 11011011
Octal 352 53 333
Decimal 234 43 219
Hex EA 2B DB

RGB Percentages of Color #ea2bdb

%47.18
%8.67
%44.15

CMYK Percentages of Color #ea2bdb

%0
%82
%6
%8

Triadic Colors of #ea2bdb

#ea2bdb #dbea2b #2bdbea

Analogous Colors of #ea2bdb

#ea2bdb #ea2b7c #9a2bea

Monochromatic Colors of #ea2bdb

#ea2bdb

Complementary Color

#ea2bdb #2bea3a

#ea2bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea2bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea2bdb Color CSS Codes

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

#ea2bdb Text Font Color

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

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


#ea2bdb Background Color

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

This div background color is #ea2bdb


#ea2bdb Border Color

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

This div border color is #ea2bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea2bdb


Comments

No comments written yet.

Please login to write comment.