Color Hex Logo

#e14ece Color Hex

#E14ECE
(225,78,206)
0 Favorites   0 Comments

Color spaces of #e14ece

RGB 22578206
HSL0.850.710.59
HSV308°65°88°
CMYK 0.000.650.08   0.12
XYZ44.916325.912661.0268
Yxy25.91260.34060.1965
Hunter Lab50.904468.4195-35.4468
CIE-Lab57.954070.6889-37.3917

#e14ece color RGB value is (225,78,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001110 11001110
Octal 341 116 316
Decimal 225 78 206
Hex E1 4E CE

RGB Percentages of Color #e14ece

%44.20
%15.32
%40.47

CMYK Percentages of Color #e14ece

%0
%65
%8
%12

Triadic Colors of #e14ece

#e14ece #cee14e #4ecee1

Analogous Colors of #e14ece

#e14ece #e14e85 #ab4ee1

Monochromatic Colors of #e14ece

#e14ece

Complementary Color

#e14ece #4ee161

#e14ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14ece Color CSS Codes

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

#e14ece Text Font Color

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

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


#e14ece Background Color

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

This div background color is #e14ece


#e14ece Border Color

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

This div border color is #e14ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14ece


Comments

No comments written yet.

Please login to write comment.