Color Hex Logo

#ea3dda Color Hex

#EA3DDA
(234,61,218)
0 Favorites   0 Comments

Color spaces of #ea3dda

RGB 23461218
HSL0.850.800.58
HSV306°74°92°
CMYK 0.000.740.07   0.08
XYZ48.255325.891968.7840
Yxy25.89190.33760.1811
Hunter Lab50.884180.2311-44.5281
CIE-Lab57.934380.1946-44.1357

#ea3dda color RGB value is (234,61,218).

#ea3dda hex color red value is 234, green value is 61 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ea3dda hue: 0.85 , saturation: 0.80 and the lightness value of ea3dda is 0.58.

The process color (four color CMYK) of #ea3dda color hex is 0.00, 0.74, 0.07, 0.08. Web safe color of #ea3dda is #ff33cc. Color #ea3dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111101 11011010
Octal 352 75 332
Decimal 234 61 218
Hex EA 3D DA

RGB Percentages of Color #ea3dda

%45.61
%11.89
%42.50

CMYK Percentages of Color #ea3dda

%0
%74
%7
%8

Triadic Colors of #ea3dda

#ea3dda #daea3d #3ddaea

Analogous Colors of #ea3dda

#ea3dda #ea3d84 #a43dea

Monochromatic Colors of #ea3dda

#ea3dda

Complementary Color

#ea3dda #3dea4d

#ea3dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3dda Color CSS Codes

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

#ea3dda Text Font Color

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

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


#ea3dda Background Color

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

This div background color is #ea3dda


#ea3dda Border Color

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

This div border color is #ea3dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3dda


Comments

No comments written yet.

Please login to write comment.