Color Hex Logo

#ea5deb Color Hex

#EA5DEB
(234,93,235)
0 Favorites   0 Comments

Color spaces of #ea5deb

RGB 23493235
HSL0.830.780.64
HSV300°60°92°
CMYK 0.000.600.00   0.08
XYZ52.841431.319381.8574
Yxy31.31930.31830.1886
Hunter Lab55.963670.6050-47.5483
CIE-Lab62.776371.5798-46.0356

#ea5deb color RGB value is (234,93,235).

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

The process color (four color CMYK) of #ea5deb color hex is 0.00, 0.60, 0.00, 0.08. Web safe color of #ea5deb is #ff66ff. Color #ea5deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011101 11101011
Octal 352 135 353
Decimal 234 93 235
Hex EA 5D EB

RGB Percentages of Color #ea5deb

%41.64
%16.55
%41.81

CMYK Percentages of Color #ea5deb

%0
%60
%0
%8

Triadic Colors of #ea5deb

#ea5deb #ebea5d #5debea

Analogous Colors of #ea5deb

#ea5deb #eb5da5 #a35deb

Monochromatic Colors of #ea5deb

#ea5deb

Complementary Color

#ea5deb #5eeb5d

#ea5deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5deb Color CSS Codes

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

#ea5deb Text Font Color

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

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


#ea5deb Background Color

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

This div background color is #ea5deb


#ea5deb Border Color

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

This div border color is #ea5deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5deb


Comments

No comments written yet.

Please login to write comment.