Color Hex Logo

#e129ca Color Hex

#E129CA
(225,41,202)
0 Favorites   0 Comments

Color spaces of #e129ca

RGB 22541202
HSL0.850.750.52
HSV308°82°88°
CMYK 0.000.820.10   0.12
XYZ42.504921.857757.8558
Yxy21.85770.34780.1788
Hunter Lab46.752280.4673-40.6447
CIE-Lab53.875781.1697-41.5162

#e129ca color RGB value is (225,41,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101001 11001010
Octal 341 51 312
Decimal 225 41 202
Hex E1 29 CA

RGB Percentages of Color #e129ca

%48.08
%8.76
%43.16

CMYK Percentages of Color #e129ca

%0
%82
%10
%12

Triadic Colors of #e129ca

#e129ca #cae129 #29cae1

Analogous Colors of #e129ca

#e129ca #e1296e #9c29e1

Monochromatic Colors of #e129ca

#e129ca

Complementary Color

#e129ca #29e140

#e129ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e129ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e129ca Color CSS Codes

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

#e129ca Text Font Color

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

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


#e129ca Background Color

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

This div background color is #e129ca


#e129ca Border Color

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

This div border color is #e129ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e129ca


Comments

No comments written yet.

Please login to write comment.