Color Hex Logo

#e029bc Color Hex

#E029BC
(224,41,188)
0 Favorites   0 Comments

Color spaces of #e029bc

RGB 22441188
HSL0.870.750.52
HSV312°82°88°
CMYK 0.000.820.16   0.12
XYZ40.610521.064049.5023
Yxy21.06400.36530.1895
Hunter Lab45.895577.6279-31.8225
CIE-Lab53.019579.0933-34.7875

#e029bc color RGB value is (224,41,188).

#e029bc hex color red value is 224, green value is 41 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e029bc hue: 0.87 , saturation: 0.75 and the lightness value of e029bc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101001 10111100
Octal 340 51 274
Decimal 224 41 188
Hex E0 29 BC

RGB Percentages of Color #e029bc

%49.45
%9.05
%41.50

CMYK Percentages of Color #e029bc

%0
%82
%16
%12

Triadic Colors of #e029bc

#e029bc #bce029 #29bce0

Analogous Colors of #e029bc

#e029bc #e02961 #a929e0

Monochromatic Colors of #e029bc

#e029bc

Complementary Color

#e029bc #29e04d

#e029bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e029bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e029bc Color CSS Codes

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

#e029bc Text Font Color

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

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


#e029bc Background Color

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

This div background color is #e029bc


#e029bc Border Color

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

This div border color is #e029bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,41,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e029bc


Comments

No comments written yet.

Please login to write comment.