Color Hex Logo

#ea356f Color Hex

#EA356F
(234,53,111)
0 Favorites   0 Comments

Color spaces of #ea356f

RGB 23453111
HSL0.950.810.56
HSV341°77°92°
CMYK 0.000.770.53   0.08
XYZ38.074021.186317.1216
Yxy21.18630.49850.2774
Hunter Lab46.028667.101910.1655
CIE-Lab53.152870.509011.2784

#ea356f color RGB value is (234,53,111).

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

The process color (four color CMYK) of #ea356f color hex is 0.00, 0.77, 0.53, 0.08. Web safe color of #ea356f is #ff3366. Color #ea356f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110101 01101111
Octal 352 65 157
Decimal 234 53 111
Hex EA 35 6F

RGB Percentages of Color #ea356f

%58.79
%13.32
%27.89

CMYK Percentages of Color #ea356f

%0
%77
%53
%8

Triadic Colors of #ea356f

#ea356f #6fea35 #356fea

Analogous Colors of #ea356f

#ea356f #ea5635 #ea35ca

Monochromatic Colors of #ea356f

#ea356f

Complementary Color

#ea356f #35eab0

#ea356f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea356f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea356f Color CSS Codes

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

#ea356f Text Font Color

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

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


#ea356f Background Color

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

This div background color is #ea356f


#ea356f Border Color

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

This div border color is #ea356f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea356f


Comments

No comments written yet.

Please login to write comment.