Color Hex Logo

#ea4adb Color Hex

#EA4ADB
(234,74,219)
0 Favorites   0 Comments

Color spaces of #ea4adb

RGB 23474219
HSL0.850.790.60
HSV306°68°92°
CMYK 0.000.680.06   0.08
XYZ49.166627.504569.7354
Yxy27.50450.33580.1879
Hunter Lab52.444775.5643-42.1262
CIE-Lab59.438476.2066-42.3300

#ea4adb color RGB value is (234,74,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001010 11011011
Octal 352 112 333
Decimal 234 74 219
Hex EA 4A DB

RGB Percentages of Color #ea4adb

%44.40
%14.04
%41.56

CMYK Percentages of Color #ea4adb

%0
%68
%6
%8

Triadic Colors of #ea4adb

#ea4adb #dbea4a #4adbea

Analogous Colors of #ea4adb

#ea4adb #ea4a8b #a94aea

Monochromatic Colors of #ea4adb

#ea4adb

Complementary Color

#ea4adb #4aea59

#ea4adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4adb Color CSS Codes

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

#ea4adb Text Font Color

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

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


#ea4adb Background Color

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

This div background color is #ea4adb


#ea4adb Border Color

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

This div border color is #ea4adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4adb


Comments

No comments written yet.

Please login to write comment.