Color Hex Logo

#ea82da Color Hex

#EA82DA
(234,130,218)
0 Favorites   0 Comments

Color spaces of #ea82da

RGB 234130218
HSL0.860.710.71
HSV309°44°92°
CMYK 0.000.440.07   0.08
XYZ54.569238.519670.8886
Yxy38.51960.33280.2349
Hunter Lab62.064248.3318-24.2751
CIE-Lab68.401851.7647-27.8209

#ea82da color RGB value is (234,130,218).

#ea82da hex color red value is 234, green value is 130 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ea82da hue: 0.86 , saturation: 0.71 and the lightness value of ea82da is 0.71.

The process color (four color CMYK) of #ea82da color hex is 0.00, 0.44, 0.07, 0.08. Web safe color of #ea82da is #ff99cc. Color #ea82da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000010 11011010
Octal 352 202 332
Decimal 234 130 218
Hex EA 82 DA

RGB Percentages of Color #ea82da

%40.21
%22.34
%37.46

CMYK Percentages of Color #ea82da

%0
%44
%7
%8

Triadic Colors of #ea82da

#ea82da #daea82 #82daea

Analogous Colors of #ea82da

#ea82da #ea82a6 #c682ea

Monochromatic Colors of #ea82da

#ea82da

Complementary Color

#ea82da #82ea92

#ea82da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea82da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea82da Color CSS Codes

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

#ea82da Text Font Color

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

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


#ea82da Background Color

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

This div background color is #ea82da


#ea82da Border Color

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

This div border color is #ea82da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea82da


Comments

No comments written yet.

Please login to write comment.