Color Hex Logo

#e129da Color Hex

#E129DA
(225,41,218)
0 Favorites   0 Comments

Color spaces of #e129da

RGB 22541218
HSL0.840.750.52
HSV302°82°88°
CMYK 0.000.820.03   0.12
XYZ44.499222.655468.3572
Yxy22.65540.32840.1672
Hunter Lab47.597783.5841-51.8307
CIE-Lab54.715683.4382-49.3295

#e129da color RGB value is (225,41,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101001 11011010
Octal 341 51 332
Decimal 225 41 218
Hex E1 29 DA

RGB Percentages of Color #e129da

%46.49
%8.47
%45.04

CMYK Percentages of Color #e129da

%0
%82
%3
%12

Triadic Colors of #e129da

#e129da #dae129 #29dae1

Analogous Colors of #e129da

#e129da #e1297e #8c29e1

Monochromatic Colors of #e129da

#e129da

Complementary Color

#e129da #29e130

#e129da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e129da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e129da Color CSS Codes

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

#e129da Text Font Color

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

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


#e129da Background Color

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

This div background color is #e129da


#e129da Border Color

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

This div border color is #e129da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e129da


Comments

No comments written yet.

Please login to write comment.