Color Hex Logo

#e32cbf Color Hex

#E32CBF
(227,44,191)
0 Favorites   0 Comments

Color spaces of #e32cbf

RGB 22744191
HSL0.870.770.53
HSV312°81°89°
CMYK 0.000.810.16   0.11
XYZ41.983221.893851.3034
Yxy21.89380.36450.1901
Hunter Lab46.790878.2758-32.2545
CIE-Lab53.914179.4332-35.0879

#e32cbf color RGB value is (227,44,191).

#e32cbf hex color red value is 227, green value is 44 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e32cbf hue: 0.87 , saturation: 0.77 and the lightness value of e32cbf is 0.53.

The process color (four color CMYK) of #e32cbf color hex is 0.00, 0.81, 0.16, 0.11. Web safe color of #e32cbf is #cc33cc. Color #e32cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101100 10111111
Octal 343 54 277
Decimal 227 44 191
Hex E3 2C BF

RGB Percentages of Color #e32cbf

%49.13
%9.52
%41.34

CMYK Percentages of Color #e32cbf

%0
%81
%16
%11

Triadic Colors of #e32cbf

#e32cbf #bfe32c #2cbfe3

Analogous Colors of #e32cbf

#e32cbf #e32c64 #ac2ce3

Monochromatic Colors of #e32cbf

#e32cbf

Complementary Color

#e32cbf #2ce350

#e32cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32cbf Color CSS Codes

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

#e32cbf Text Font Color

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

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


#e32cbf Background Color

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

This div background color is #e32cbf


#e32cbf Border Color

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

This div border color is #e32cbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,44,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e32cbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e32cbf;
  -webkit-box-shadow: 1px 1px 3px 2px #e32cbf;
  box-shadow:         1px 1px 3px 2px #e32cbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,44,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32cbf


Comments

No comments written yet.

Please login to write comment.