Color Hex Logo

#e32764 Color Hex

#E32764
(227,39,100)
0 Favorites   0 Comments

Color spaces of #e32764

RGB 22739100
HSL0.950.770.52
HSV341°83°89°
CMYK 0.000.830.56   0.11
XYZ34.704318.702013.8373
Yxy18.70200.51610.2781
Hunter Lab43.245867.564211.3011
CIE-Lab50.336771.436013.8210

#e32764 color RGB value is (227,39,100).

#e32764 hex color red value is 227, green value is 39 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #e32764 hue: 0.95 , saturation: 0.77 and the lightness value of e32764 is 0.52.

The process color (four color CMYK) of #e32764 color hex is 0.00, 0.83, 0.56, 0.11. Web safe color of #e32764 is #cc3366. Color #e32764 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100111 01100100
Octal 343 47 144
Decimal 227 39 100
Hex E3 27 64

RGB Percentages of Color #e32764

%62.02
%10.66
%27.32

CMYK Percentages of Color #e32764

%0
%83
%56
%11

Triadic Colors of #e32764

#e32764 #64e327 #2764e3

Analogous Colors of #e32764

#e32764 #e34827 #e327c2

Monochromatic Colors of #e32764

#e32764

Complementary Color

#e32764 #27e3a6

#e32764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32764 Color CSS Codes

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

#e32764 Text Font Color

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

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


#e32764 Background Color

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

This div background color is #e32764


#e32764 Border Color

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

This div border color is #e32764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32764


Comments

No comments written yet.

Please login to write comment.