Color Hex Logo

#ea326c Color Hex

#EA326C
(234,50,108)
0 Favorites   0 Comments

Color spaces of #ea326c

RGB 23450108
HSL0.950.810.56
HSV341°79°92°
CMYK 0.000.790.54   0.08
XYZ37.779120.856316.2219
Yxy20.85630.50470.2786
Hunter Lab45.668767.742610.9078
CIE-Lab52.791971.110612.5811

#ea326c color RGB value is (234,50,108).

#ea326c hex color red value is 234, green value is 50 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ea326c hue: 0.95 , saturation: 0.81 and the lightness value of ea326c is 0.56.

The process color (four color CMYK) of #ea326c color hex is 0.00, 0.79, 0.54, 0.08. Web safe color of #ea326c is #ff3366. Color #ea326c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110010 01101100
Octal 352 62 154
Decimal 234 50 108
Hex EA 32 6C

RGB Percentages of Color #ea326c

%59.69
%12.76
%27.55

CMYK Percentages of Color #ea326c

%0
%79
%54
%8

Triadic Colors of #ea326c

#ea326c #6cea32 #326cea

Analogous Colors of #ea326c

#ea326c #ea5432 #ea32c8

Monochromatic Colors of #ea326c

#ea326c

Complementary Color

#ea326c #32eab0

#ea326c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea326c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea326c Color CSS Codes

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

#ea326c Text Font Color

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

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


#ea326c Background Color

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

This div background color is #ea326c


#ea326c Border Color

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

This div border color is #ea326c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea326c


Comments

No comments written yet.

Please login to write comment.