Color Hex Logo

#ea56ea Color Hex

#EA56EA
(234,86,234)
0 Favorites   0 Comments

Color spaces of #ea56ea

RGB 23486234
HSL0.830.780.63
HSV300°63°92°
CMYK 0.000.630.00   0.08
XYZ52.110830.088580.9030
Yxy30.08850.31950.1845
Hunter Lab54.853073.5838-49.0501
CIE-Lab61.730574.1838-47.1290

#ea56ea color RGB value is (234,86,234).

#ea56ea hex color red value is 234, green value is 86 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ea56ea hue: 0.83 , saturation: 0.78 and the lightness value of ea56ea is 0.63.

The process color (four color CMYK) of #ea56ea color hex is 0.00, 0.63, 0.00, 0.08. Web safe color of #ea56ea is #ff66ff. Color #ea56ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010110 11101010
Octal 352 126 352
Decimal 234 86 234
Hex EA 56 EA

RGB Percentages of Color #ea56ea

%42.24
%15.52
%42.24

CMYK Percentages of Color #ea56ea

%0
%63
%0
%8

Triadic Colors of #ea56ea

#ea56ea #eaea56 #56eaea

Analogous Colors of #ea56ea

#ea56ea #ea56a0 #a056ea

Monochromatic Colors of #ea56ea

#ea56ea

Complementary Color

#ea56ea #56ea56

#ea56ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea56ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea56ea Color CSS Codes

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

#ea56ea Text Font Color

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

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


#ea56ea Background Color

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

This div background color is #ea56ea


#ea56ea Border Color

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

This div border color is #ea56ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea56ea


Comments

No comments written yet.

Please login to write comment.