Color Hex Logo

#e129cb Color Hex

#E129CB
(225,41,203)
0 Favorites   0 Comments

Color spaces of #e129cb

RGB 22541203
HSL0.850.750.52
HSV307°82°88°
CMYK 0.000.820.10   0.12
XYZ42.623821.905258.4815
Yxy21.90520.34650.1781
Hunter Lab46.803080.6559-41.3222
CIE-Lab53.926381.3079-42.0108

#e129cb color RGB value is (225,41,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101001 11001011
Octal 341 51 313
Decimal 225 41 203
Hex E1 29 CB

RGB Percentages of Color #e129cb

%47.97
%8.74
%43.28

CMYK Percentages of Color #e129cb

%0
%82
%10
%12

Triadic Colors of #e129cb

#e129cb #cbe129 #29cbe1

Analogous Colors of #e129cb

#e129cb #e1296f #9b29e1

Monochromatic Colors of #e129cb

#e129cb

Complementary Color

#e129cb #29e13f

#e129cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e129cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e129cb Color CSS Codes

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

#e129cb Text Font Color

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

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


#e129cb Background Color

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

This div background color is #e129cb


#e129cb Border Color

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

This div border color is #e129cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e129cb


Comments

No comments written yet.

Please login to write comment.