Color Hex Logo

#e729cb Color Hex

#E729CB
(231,41,203)
0 Favorites   0 Comments

Color spaces of #e729cb

RGB 23141203
HSL0.860.800.53
HSV309°82°91°
CMYK 0.000.820.12   0.09
XYZ44.527422.886658.5706
Yxy22.88660.35340.1817
Hunter Lab47.839982.4204-39.1010
CIE-Lab54.955382.4869-40.3191

#e729cb color RGB value is (231,41,203).

#e729cb hex color red value is 231, green value is 41 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e729cb hue: 0.86 , saturation: 0.80 and the lightness value of e729cb is 0.53.

The process color (four color CMYK) of #e729cb color hex is 0.00, 0.82, 0.12, 0.09. Web safe color of #e729cb is #ff33cc. Color #e729cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101001 11001011
Octal 347 51 313
Decimal 231 41 203
Hex E7 29 CB

RGB Percentages of Color #e729cb

%48.63
%8.63
%42.74

CMYK Percentages of Color #e729cb

%0
%82
%12
%9

Triadic Colors of #e729cb

#e729cb #cbe729 #29cbe7

Analogous Colors of #e729cb

#e729cb #e7296c #a429e7

Monochromatic Colors of #e729cb

#e729cb

Complementary Color

#e729cb #29e745

#e729cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e729cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e729cb Color CSS Codes

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

#e729cb Text Font Color

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

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


#e729cb Background Color

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

This div background color is #e729cb


#e729cb Border Color

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

This div border color is #e729cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,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 #e729cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e729cb


Comments

No comments written yet.

Please login to write comment.