Color Hex Logo

#ea56cc Color Hex

#EA56CC
(234,86,204)
0 Favorites   0 Comments

Color spaces of #ea56cc

RGB 23486204
HSL0.870.780.63
HSV312°63°92°
CMYK 0.000.630.13   0.08
XYZ48.158628.507660.0910
Yxy28.50760.35210.2085
Hunter Lab53.392567.5653-29.3536
CIE-Lab60.344669.5388-32.4228

#ea56cc color RGB value is (234,86,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010110 11001100
Octal 352 126 314
Decimal 234 86 204
Hex EA 56 CC

RGB Percentages of Color #ea56cc

%44.66
%16.41
%38.93

CMYK Percentages of Color #ea56cc

%0
%63
%13
%8

Triadic Colors of #ea56cc

#ea56cc #ccea56 #56ccea

Analogous Colors of #ea56cc

#ea56cc #ea5682 #be56ea

Monochromatic Colors of #ea56cc

#ea56cc

Complementary Color

#ea56cc #56ea74

#ea56cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea56cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea56cc Color CSS Codes

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

#ea56cc Text Font Color

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

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


#ea56cc Background Color

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

This div background color is #ea56cc


#ea56cc Border Color

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

This div border color is #ea56cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea56cc


Comments

No comments written yet.

Please login to write comment.