Color Hex Logo

#e14deb Color Hex

#E14DEB
(225,77,235)
0 Favorites   0 Comments

Color spaces of #e14deb

RGB 22577235
HSL0.820.800.61
HSV296°67°92°
CMYK 0.040.670.00   0.08
XYZ48.700627.313581.3025
Yxy27.31350.30960.1736
Hunter Lab52.262374.8760-55.6516
CIE-Lab59.263475.6889-51.6804

#e14deb color RGB value is (225,77,235).

#e14deb hex color red value is 225, green value is 77 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e14deb hue: 0.82 , saturation: 0.80 and the lightness value of e14deb is 0.61.

The process color (four color CMYK) of #e14deb color hex is 0.04, 0.67, 0.00, 0.08. Web safe color of #e14deb is #cc66ff. Color #e14deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001101 11101011
Octal 341 115 353
Decimal 225 77 235
Hex E1 4D EB

RGB Percentages of Color #e14deb

%41.90
%14.34
%43.76

CMYK Percentages of Color #e14deb

%4
%67
%0
%8

Triadic Colors of #e14deb

#e14deb #ebe14d #4debe1

Analogous Colors of #e14deb

#e14deb #eb4da6 #924deb

Monochromatic Colors of #e14deb

#e14deb

Complementary Color

#e14deb #57eb4d

#e14deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14deb Color CSS Codes

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

#e14deb Text Font Color

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

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


#e14deb Background Color

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

This div background color is #e14deb


#e14deb Border Color

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

This div border color is #e14deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14deb


Comments

No comments written yet.

Please login to write comment.