Color Hex Logo

#e14ecb Color Hex

#E14ECB
(225,78,203)
0 Favorites   0 Comments

Color spaces of #e14ecb

RGB 22578203
HSL0.860.710.59
HSV309°65°88°
CMYK 0.000.650.10   0.12
XYZ44.555225.768159.1253
Yxy25.76810.34420.1991
Hunter Lab50.762367.8394-33.5243
CIE-Lab57.816370.2360-35.8983

#e14ecb color RGB value is (225,78,203).

#e14ecb hex color red value is 225, green value is 78 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e14ecb hue: 0.86 , saturation: 0.71 and the lightness value of e14ecb is 0.59.

The process color (four color CMYK) of #e14ecb color hex is 0.00, 0.65, 0.10, 0.12. Web safe color of #e14ecb is #cc66cc. Color #e14ecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001110 11001011
Octal 341 116 313
Decimal 225 78 203
Hex E1 4E CB

RGB Percentages of Color #e14ecb

%44.47
%15.42
%40.12

CMYK Percentages of Color #e14ecb

%0
%65
%10
%12

Triadic Colors of #e14ecb

#e14ecb #cbe14e #4ecbe1

Analogous Colors of #e14ecb

#e14ecb #e14e82 #ae4ee1

Monochromatic Colors of #e14ecb

#e14ecb

Complementary Color

#e14ecb #4ee164

#e14ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14ecb Color CSS Codes

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

#e14ecb Text Font Color

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

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


#e14ecb Background Color

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

This div background color is #e14ecb


#e14ecb Border Color

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

This div border color is #e14ecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,78,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14ecb


Comments

No comments written yet.

Please login to write comment.