Color Hex Logo

#e04cbd Color Hex

#E04CBD
(224,76,189)
0 Favorites   0 Comments

Color spaces of #e04cbd

RGB 22476189
HSL0.870.700.59
HSV314°66°88°
CMYK 0.000.660.16   0.12
XYZ42.510224.690350.6693
Yxy24.69030.36070.2095
Hunter Lab49.689365.7539-25.6768
CIE-Lab56.772468.6997-29.5160

#e04cbd color RGB value is (224,76,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001100 10111101
Octal 340 114 275
Decimal 224 76 189
Hex E0 4C BD

RGB Percentages of Color #e04cbd

%45.81
%15.54
%38.65

CMYK Percentages of Color #e04cbd

%0
%66
%16
%12

Triadic Colors of #e04cbd

#e04cbd #bde04c #4cbde0

Analogous Colors of #e04cbd

#e04cbd #e04c73 #b94ce0

Monochromatic Colors of #e04cbd

#e04cbd

Complementary Color

#e04cbd #4ce06f

#e04cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04cbd Color CSS Codes

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

#e04cbd Text Font Color

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

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


#e04cbd Background Color

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

This div background color is #e04cbd


#e04cbd Border Color

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

This div border color is #e04cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,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 #e04cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04cbd


Comments

No comments written yet.

Please login to write comment.