Color Hex Logo

#e14cbd Color Hex

#E14CBD
(225,76,189)
0 Favorites   0 Comments

Color spaces of #e14cbd

RGB 22576189
HSL0.870.710.59
HSV314°66°88°
CMYK 0.000.660.16   0.12
XYZ42.821124.850650.6838
Yxy24.85060.36180.2100
Hunter Lab49.850466.0920-25.3860
CIE-Lab56.929668.9522-29.2598

#e14cbd color RGB value is (225,76,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001100 10111101
Octal 341 114 275
Decimal 225 76 189
Hex E1 4C BD

RGB Percentages of Color #e14cbd

%45.92
%15.51
%38.57

CMYK Percentages of Color #e14cbd

%0
%66
%16
%12

Triadic Colors of #e14cbd

#e14cbd #bde14c #4cbde1

Analogous Colors of #e14cbd

#e14cbd #e14c73 #bb4ce1

Monochromatic Colors of #e14cbd

#e14cbd

Complementary Color

#e14cbd #4ce170

#e14cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14cbd Color CSS Codes

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

#e14cbd Text Font Color

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

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


#e14cbd Background Color

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

This div background color is #e14cbd


#e14cbd Border Color

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

This div border color is #e14cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14cbd


Comments

No comments written yet.

Please login to write comment.