Color Hex Logo

#e129ce Color Hex

#E129CE
(225,41,206)
0 Favorites   0 Comments

Color spaces of #e129ce

RGB 22541206
HSL0.850.750.52
HSV306°82°88°
CMYK 0.000.820.08   0.12
XYZ42.984922.049760.3830
Yxy22.04970.34270.1758
Hunter Lab46.957181.2253-43.3721
CIE-Lab54.079781.7243-43.4896

#e129ce color RGB value is (225,41,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101001 11001110
Octal 341 51 316
Decimal 225 41 206
Hex E1 29 CE

RGB Percentages of Color #e129ce

%47.67
%8.69
%43.64

CMYK Percentages of Color #e129ce

%0
%82
%8
%12

Triadic Colors of #e129ce

#e129ce #cee129 #29cee1

Analogous Colors of #e129ce

#e129ce #e12972 #9829e1

Monochromatic Colors of #e129ce

#e129ce

Complementary Color

#e129ce #29e13c

#e129ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e129ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e129ce Color CSS Codes

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

#e129ce Text Font Color

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

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


#e129ce Background Color

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

This div background color is #e129ce


#e129ce Border Color

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

This div border color is #e129ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e129ce


Comments

No comments written yet.

Please login to write comment.