Color Hex Logo

#ea55cc Color Hex

#EA55CC
(234,85,204)
0 Favorites   0 Comments

Color spaces of #ea55cc

RGB 23485204
HSL0.870.780.63
HSV312°64°92°
CMYK 0.000.640.13   0.08
XYZ48.079328.349160.0646
Yxy28.34910.35220.2077
Hunter Lab53.243968.0090-29.6145
CIE-Lab60.202869.9309-32.6431

#ea55cc color RGB value is (234,85,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010101 11001100
Octal 352 125 314
Decimal 234 85 204
Hex EA 55 CC

RGB Percentages of Color #ea55cc

%44.74
%16.25
%39.01

CMYK Percentages of Color #ea55cc

%0
%64
%13
%8

Triadic Colors of #ea55cc

#ea55cc #ccea55 #55ccea

Analogous Colors of #ea55cc

#ea55cc #ea5582 #be55ea

Monochromatic Colors of #ea55cc

#ea55cc

Complementary Color

#ea55cc #55ea73

#ea55cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea55cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea55cc Color CSS Codes

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

#ea55cc Text Font Color

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

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


#ea55cc Background Color

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

This div background color is #ea55cc


#ea55cc Border Color

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

This div border color is #ea55cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,85,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 #ea55cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea55cc


Comments

No comments written yet.

Please login to write comment.