Color Hex Logo

#e729ef Color Hex

#E729EF
(231,41,239)
0 Favorites   0 Comments

Color spaces of #e729ef

RGB 23141239
HSL0.830.860.55
HSV298°83°94°
CMYK 0.030.830.00   0.06
XYZ49.327924.806883.8497
Yxy24.80680.31220.1570
Hunter Lab49.806489.6238-64.9509
CIE-Lab56.886787.6438-57.6536

#e729ef color RGB value is (231,41,239).

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

The process color (four color CMYK) of #e729ef color hex is 0.03, 0.83, 0.00, 0.06. Web safe color of #e729ef is #ff33ff. Color #e729ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101001 11101111
Octal 347 51 357
Decimal 231 41 239
Hex E7 29 EF

RGB Percentages of Color #e729ef

%45.21
%8.02
%46.77

CMYK Percentages of Color #e729ef

%3
%83
%0
%6

Triadic Colors of #e729ef

#e729ef #efe729 #29efe7

Analogous Colors of #e729ef

#e729ef #ef2994 #8429ef

Monochromatic Colors of #e729ef

#e729ef

Complementary Color

#e729ef #31ef29

#e729ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e729ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e729ef Color CSS Codes

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

#e729ef Text Font Color

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

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


#e729ef Background Color

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

This div background color is #e729ef


#e729ef Border Color

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

This div border color is #e729ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e729ef


Comments

No comments written yet.

Please login to write comment.