Color Hex Logo

#ea0deb Color Hex

#EA0DEB
(234,13,235)
0 Favorites   0 Comments

Color spaces of #ea0deb

RGB 23413235
HSL0.830.900.49
HSV300°94°92°
CMYK 0.000.940.00   0.08
XYZ49.071023.778480.6006
Yxy23.77840.31980.1550
Hunter Lab48.763194.2917-63.8664
CIE-Lab55.865291.3479-57.0156

#ea0deb color RGB value is (234,13,235).

#ea0deb hex color red value is 234, green value is 13 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ea0deb hue: 0.83 , saturation: 0.90 and the lightness value of ea0deb is 0.49.

The process color (four color CMYK) of #ea0deb color hex is 0.00, 0.94, 0.00, 0.08. Web safe color of #ea0deb is #ff00ff. Color #ea0deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001101 11101011
Octal 352 15 353
Decimal 234 13 235
Hex EA D EB

RGB Percentages of Color #ea0deb

%48.55
%2.70
%48.76

CMYK Percentages of Color #ea0deb

%0
%94
%0
%8

Triadic Colors of #ea0deb

#ea0deb #ebea0d #0debea

Analogous Colors of #ea0deb

#ea0deb #eb0d7d #7b0deb

Monochromatic Colors of #ea0deb

#ea0deb

Complementary Color

#ea0deb #0eeb0d

#ea0deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea0deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea0deb Color CSS Codes

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

#ea0deb Text Font Color

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

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


#ea0deb Background Color

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

This div background color is #ea0deb


#ea0deb Border Color

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

This div border color is #ea0deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea0deb


Comments

No comments written yet.

Please login to write comment.