Color Hex Logo

#e829cf Color Hex

#E829CF
(232,41,207)
0 Favorites   0 Comments

Color spaces of #e829cf

RGB 23241207
HSL0.860.810.54
HSV308°82°91°
CMYK 0.000.820.11   0.09
XYZ45.334123.246761.1292
Yxy23.24670.34950.1792
Hunter Lab48.214883.4591-41.4205
CIE-Lab55.325583.2222-42.0157

#e829cf color RGB value is (232,41,207).

#e829cf hex color red value is 232, green value is 41 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e829cf hue: 0.86 , saturation: 0.81 and the lightness value of e829cf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101001 11001111
Octal 350 51 317
Decimal 232 41 207
Hex E8 29 CF

RGB Percentages of Color #e829cf

%48.33
%8.54
%43.13

CMYK Percentages of Color #e829cf

%0
%82
%11
%9

Triadic Colors of #e829cf

#e829cf #cfe829 #29cfe8

Analogous Colors of #e829cf

#e829cf #e82970 #a229e8

Monochromatic Colors of #e829cf

#e829cf

Complementary Color

#e829cf #29e842

#e829cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e829cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e829cf Color CSS Codes

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

#e829cf Text Font Color

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

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


#e829cf Background Color

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

This div background color is #e829cf


#e829cf Border Color

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

This div border color is #e829cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e829cf


Comments

No comments written yet.

Please login to write comment.