Color Hex Logo

#ea83da Color Hex

#EA83DA
(234,131,218)
0 Favorites   0 Comments

Color spaces of #ea83da

RGB 234131218
HSL0.860.710.72
HSV309°44°92°
CMYK 0.000.440.07   0.08
XYZ54.702938.787070.9331
Yxy38.78700.33270.2359
Hunter Lab62.279247.7967-23.9331
CIE-Lab68.596751.2639-27.5212

#ea83da color RGB value is (234,131,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000011 11011010
Octal 352 203 332
Decimal 234 131 218
Hex EA 83 DA

RGB Percentages of Color #ea83da

%40.14
%22.47
%37.39

CMYK Percentages of Color #ea83da

%0
%44
%7
%8

Triadic Colors of #ea83da

#ea83da #daea83 #83daea

Analogous Colors of #ea83da

#ea83da #ea83a7 #c783ea

Monochromatic Colors of #ea83da

#ea83da

Complementary Color

#ea83da #83ea93

#ea83da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea83da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea83da Color CSS Codes

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

#ea83da Text Font Color

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

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


#ea83da Background Color

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

This div background color is #ea83da


#ea83da Border Color

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

This div border color is #ea83da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea83da


Comments

No comments written yet.

Please login to write comment.