Color Hex Logo

#e14cec Color Hex

#E14CEC
(225,76,236)
0 Favorites   0 Comments

Color spaces of #e14cec

RGB 22576236
HSL0.820.810.61
HSV296°68°93°
CMYK 0.050.680.00   0.07
XYZ48.776127.232682.0425
Yxy27.23260.30860.1723
Hunter Lab52.184975.5167-56.6834
CIE-Lab59.189076.2162-52.3574

#e14cec color RGB value is (225,76,236).

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

The process color (four color CMYK) of #e14cec color hex is 0.05, 0.68, 0.00, 0.07. Web safe color of #e14cec is #cc33ff. Color #e14cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001100 11101100
Octal 341 114 354
Decimal 225 76 236
Hex E1 4C EC

RGB Percentages of Color #e14cec

%41.90
%14.15
%43.95

CMYK Percentages of Color #e14cec

%5
%68
%0
%7

Triadic Colors of #e14cec

#e14cec #ece14c #4cece1

Analogous Colors of #e14cec

#e14cec #ec4ca7 #914cec

Monochromatic Colors of #e14cec

#e14cec

Complementary Color

#e14cec #57ec4c

#e14cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14cec Color CSS Codes

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

#e14cec Text Font Color

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

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


#e14cec Background Color

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

This div background color is #e14cec


#e14cec Border Color

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

This div border color is #e14cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14cec


Comments

No comments written yet.

Please login to write comment.