Color Hex Logo

#ea54cc Color Hex

#EA54CC
(234,84,204)
0 Favorites   0 Comments

Color spaces of #ea54cc

RGB 23484204
HSL0.870.780.62
HSV312°64°92°
CMYK 0.000.640.13   0.08
XYZ48.001128.192760.0385
Yxy28.19270.35230.2069
Hunter Lab53.096868.4500-29.8736
CIE-Lab60.062470.3199-32.8614

#ea54cc color RGB value is (234,84,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010100 11001100
Octal 352 124 314
Decimal 234 84 204
Hex EA 54 CC

RGB Percentages of Color #ea54cc

%44.83
%16.09
%39.08

CMYK Percentages of Color #ea54cc

%0
%64
%13
%8

Triadic Colors of #ea54cc

#ea54cc #ccea54 #54ccea

Analogous Colors of #ea54cc

#ea54cc #ea5481 #bd54ea

Monochromatic Colors of #ea54cc

#ea54cc

Complementary Color

#ea54cc #54ea72

#ea54cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea54cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea54cc Color CSS Codes

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

#ea54cc Text Font Color

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

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


#ea54cc Background Color

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

This div background color is #ea54cc


#ea54cc Border Color

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

This div border color is #ea54cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea54cc


Comments

No comments written yet.

Please login to write comment.