Color Hex Logo

#e14ccc Color Hex

#E14CCC
(225,76,204)
0 Favorites   0 Comments

Color spaces of #e14ccc

RGB 22576204
HSL0.860.710.59
HSV308°66°88°
CMYK 0.000.660.09   0.12
XYZ44.534925.536159.7084
Yxy25.53610.34320.1968
Hunter Lab50.533368.8786-34.6818
CIE-Lab57.594171.1348-36.8161

#e14ccc color RGB value is (225,76,204).

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

The process color (four color CMYK) of #e14ccc color hex is 0.00, 0.66, 0.09, 0.12. Web safe color of #e14ccc is #cc33cc. Color #e14ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001100 11001100
Octal 341 114 314
Decimal 225 76 204
Hex E1 4C CC

RGB Percentages of Color #e14ccc

%44.55
%15.05
%40.40

CMYK Percentages of Color #e14ccc

%0
%66
%9
%12

Triadic Colors of #e14ccc

#e14ccc #cce14c #4ccce1

Analogous Colors of #e14ccc

#e14ccc #e14c82 #ac4ce1

Monochromatic Colors of #e14ccc

#e14ccc

Complementary Color

#e14ccc #4ce161

#e14ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14ccc Color CSS Codes

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

#e14ccc Text Font Color

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

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


#e14ccc Background Color

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

This div background color is #e14ccc


#e14ccc Border Color

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

This div border color is #e14ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14ccc


Comments

No comments written yet.

Please login to write comment.