Color Hex Logo

#ea3bdb Color Hex

#EA3BDB
(234,59,219)
0 Favorites   0 Comments

Color spaces of #ea3bdb

RGB 23459219
HSL0.850.810.57
HSV305°75°92°
CMYK 0.000.750.06   0.08
XYZ48.281825.734869.4404
Yxy25.73480.33660.1794
Hunter Lab50.729581.1109-45.6477
CIE-Lab57.784580.9134-44.9382

#ea3bdb color RGB value is (234,59,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111011 11011011
Octal 352 73 333
Decimal 234 59 219
Hex EA 3B DB

RGB Percentages of Color #ea3bdb

%45.70
%11.52
%42.77

CMYK Percentages of Color #ea3bdb

%0
%75
%6
%8

Triadic Colors of #ea3bdb

#ea3bdb #dbea3b #3bdbea

Analogous Colors of #ea3bdb

#ea3bdb #ea3b84 #a23bea

Monochromatic Colors of #ea3bdb

#ea3bdb

Complementary Color

#ea3bdb #3bea4a

#ea3bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3bdb Color CSS Codes

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

#ea3bdb Text Font Color

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

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


#ea3bdb Background Color

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

This div background color is #ea3bdb


#ea3bdb Border Color

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

This div border color is #ea3bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3bdb


Comments

No comments written yet.

Please login to write comment.