Color Hex Logo

#e14cdc Color Hex

#E14CDC
(225,76,220)
0 Favorites   0 Comments

Color spaces of #e14cdc

RGB 22576220
HSL0.840.710.59
HSV302°66°88°
CMYK 0.000.660.02   0.12
XYZ46.554026.343770.3413
Yxy26.34370.32500.1839
Hunter Lab51.326172.0830-45.3273
CIE-Lab58.361973.6078-44.6840

#e14cdc color RGB value is (225,76,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001100 11011100
Octal 341 114 334
Decimal 225 76 220
Hex E1 4C DC

RGB Percentages of Color #e14cdc

%43.19
%14.59
%42.23

CMYK Percentages of Color #e14cdc

%0
%66
%2
%12

Triadic Colors of #e14cdc

#e14cdc #dce14c #4cdce1

Analogous Colors of #e14cdc

#e14cdc #e14c92 #9c4ce1

Monochromatic Colors of #e14cdc

#e14cdc

Complementary Color

#e14cdc #4ce151

#e14cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14cdc Color CSS Codes

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

#e14cdc Text Font Color

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

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


#e14cdc Background Color

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

This div background color is #e14cdc


#e14cdc Border Color

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

This div border color is #e14cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14cdc


Comments

No comments written yet.

Please login to write comment.