color codes Logo

#ea37cc color codes

#EA37CC
(234,55,204)
0 Favorites   0 Comments

Color spaces of #ea37cc

RGB 23455204
HSL0.860.810.57
HSV310°76°92°
CMYK 0.000.760.13   0.08
XYZ46.197024.584459.4372
Yxy24.58440.35480.1888
Hunter Lab49.582779.5418-36.3660
CIE-Lab56.668279.8979-38.1642

#ea37cc color RGB value is (234,55,204).

#ea37cc hex color red value is 234, green value is 55 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ea37cc hue: 0.86 , saturation: 0.81 and the lightness value of ea37cc is 0.57.

The process color (four color CMYK) of #ea37cc color code is 0.00, 0.76, 0.13, 0.08. Web safe color of #ea37cc is #ff33cc. Color #ea37cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110111 11001100
Octal 352 67 314
Decimal 234 55 204
Hex EA 37 CC

RGB Percentages of Color #ea37cc

%47.46
%11.16
%41.38

CMYK Percentages of Color #ea37cc

%0
%76
%13
%8

Triadic Colors of #ea37cc

#ea37cc #ccea37 #37ccea

Analogous Colors of #ea37cc

#ea37cc #ea3773 #af37ea

Monochromatic Colors of #ea37cc

#ea37cc

Complementary Color

#ea37cc #37ea55

#ea37cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea37cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea37cc Color CSS Codes

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

#ea37cc Text Font Color

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

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


#ea37cc Background Color

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

This div background color is #ea37cc


#ea37cc Border Color

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

This div border color is #ea37cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea37cc


Comments

No comments written yet.

Please login to write comment.