Color Hex Logo

#e732cc Color Hex

#E732CC
(231,50,204)
0 Favorites   0 Comments

Color spaces of #e732cc

RGB 23150204
HSL0.860.790.55
HSV309°78°91°
CMYK 0.000.780.12   0.09
XYZ44.994723.629859.3163
Yxy23.62980.35170.1847
Hunter Lab48.610580.1543-38.3205
CIE-Lab55.715280.5652-39.6964

#e732cc color RGB value is (231,50,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00110010 11001100
Octal 347 62 314
Decimal 231 50 204
Hex E7 32 CC

RGB Percentages of Color #e732cc

%47.63
%10.31
%42.06

CMYK Percentages of Color #e732cc

%0
%78
%12
%9

Triadic Colors of #e732cc

#e732cc #cce732 #32cce7

Analogous Colors of #e732cc

#e732cc #e73272 #a832e7

Monochromatic Colors of #e732cc

#e732cc

Complementary Color

#e732cc #32e74d

#e732cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e732cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e732cc Color CSS Codes

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

#e732cc Text Font Color

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

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


#e732cc Background Color

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

This div background color is #e732cc


#e732cc Border Color

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

This div border color is #e732cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e732cc


Comments

No comments written yet.

Please login to write comment.