Color Hex Logo

#ea3adb Color Hex

#EA3ADB
(234,58,219)
0 Favorites   0 Comments

Color spaces of #ea3adb

RGB 23458219
HSL0.850.810.57
HSV305°75°92°
CMYK 0.000.750.06   0.08
XYZ48.230925.633069.4234
Yxy25.63300.33660.1789
Hunter Lab50.629081.4442-45.8591
CIE-Lab57.687081.1931-45.0921

#ea3adb color RGB value is (234,58,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111010 11011011
Octal 352 72 333
Decimal 234 58 219
Hex EA 3A DB

RGB Percentages of Color #ea3adb

%45.79
%11.35
%42.86

CMYK Percentages of Color #ea3adb

%0
%75
%6
%8

Triadic Colors of #ea3adb

#ea3adb #dbea3a #3adbea

Analogous Colors of #ea3adb

#ea3adb #ea3a83 #a13aea

Monochromatic Colors of #ea3adb

#ea3adb

Complementary Color

#ea3adb #3aea49

#ea3adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3adb Color CSS Codes

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

#ea3adb Text Font Color

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

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


#ea3adb Background Color

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

This div background color is #ea3adb


#ea3adb Border Color

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

This div border color is #ea3adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3adb


Comments

No comments written yet.

Please login to write comment.