Color Hex Logo

#e834cf Color Hex

#E834CF
(232,52,207)
0 Favorites   0 Comments

Color spaces of #e834cf

RGB 23252207
HSL0.860.800.56
HSV308°78°91°
CMYK 0.000.780.11   0.09
XYZ45.769224.116861.2742
Yxy24.11680.34900.1839
Hunter Lab49.108980.4206-39.6012
CIE-Lab56.204580.6793-40.6305

#e834cf color RGB value is (232,52,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110100 11001111
Octal 350 64 317
Decimal 232 52 207
Hex E8 34 CF

RGB Percentages of Color #e834cf

%47.25
%10.59
%42.16

CMYK Percentages of Color #e834cf

%0
%78
%11
%9

Triadic Colors of #e834cf

#e834cf #cfe834 #34cfe8

Analogous Colors of #e834cf

#e834cf #e83475 #a734e8

Monochromatic Colors of #e834cf

#e834cf

Complementary Color

#e834cf #34e84d

#e834cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e834cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e834cf Color CSS Codes

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

#e834cf Text Font Color

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

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


#e834cf Background Color

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

This div background color is #e834cf


#e834cf Border Color

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

This div border color is #e834cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e834cf


Comments

No comments written yet.

Please login to write comment.