Color Hex Logo

#e14fcd Color Hex

#E14FCD
(225,79,205)
0 Favorites   0 Comments

Color spaces of #e14fcd

RGB 22579205
HSL0.860.710.60
HSV308°65°88°
CMYK 0.000.650.09   0.12
XYZ44.866826.007360.4128
Yxy26.00730.34170.1981
Hunter Lab50.997467.7966-34.5383
CIE-Lab58.044070.1579-36.6816

#e14fcd color RGB value is (225,79,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001111 11001101
Octal 341 117 315
Decimal 225 79 205
Hex E1 4F CD

RGB Percentages of Color #e14fcd

%44.20
%15.52
%40.28

CMYK Percentages of Color #e14fcd

%0
%65
%9
%12

Triadic Colors of #e14fcd

#e14fcd #cde14f #4fcde1

Analogous Colors of #e14fcd

#e14fcd #e14f84 #ac4fe1

Monochromatic Colors of #e14fcd

#e14fcd

Complementary Color

#e14fcd #4fe163

#e14fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14fcd Color CSS Codes

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

#e14fcd Text Font Color

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

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


#e14fcd Background Color

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

This div background color is #e14fcd


#e14fcd Border Color

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

This div border color is #e14fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14fcd


Comments

No comments written yet.

Please login to write comment.