Color Hex Logo

#ea38cc Color Hex

#EA38CC
(234,56,204)
0 Favorites   0 Comments

Color spaces of #ea38cc

RGB 23456204
HSL0.860.810.57
HSV310°76°92°
CMYK 0.000.760.13   0.08
XYZ46.244924.680459.4532
Yxy24.68040.35470.1893
Hunter Lab49.679479.2209-36.1790
CIE-Lab56.762779.6266-38.0160

#ea38cc color RGB value is (234,56,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111000 11001100
Octal 352 70 314
Decimal 234 56 204
Hex EA 38 CC

RGB Percentages of Color #ea38cc

%47.37
%11.34
%41.30

CMYK Percentages of Color #ea38cc

%0
%76
%13
%8

Triadic Colors of #ea38cc

#ea38cc #ccea38 #38ccea

Analogous Colors of #ea38cc

#ea38cc #ea3873 #af38ea

Monochromatic Colors of #ea38cc

#ea38cc

Complementary Color

#ea38cc #38ea56

#ea38cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea38cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea38cc Color CSS Codes

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

#ea38cc Text Font Color

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

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


#ea38cc Background Color

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

This div background color is #ea38cc


#ea38cc Border Color

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

This div border color is #ea38cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea38cc


Comments

No comments written yet.

Please login to write comment.