Color Hex Logo

#ea76cc Color Hex

#EA76CC
(234,118,204)
0 Favorites   0 Comments

Color spaces of #ea76cc

RGB 234118204
HSL0.880.730.69
HSV316°50°92°
CMYK 0.000.500.13   0.08
XYZ51.309234.808961.1412
Yxy34.80890.34840.2364
Hunter Lab58.999151.9862-20.1433
CIE-Lab65.599655.3974-24.3125

#ea76cc color RGB value is (234,118,204).

#ea76cc hex color red value is 234, green value is 118 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ea76cc hue: 0.88 , saturation: 0.73 and the lightness value of ea76cc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110110 11001100
Octal 352 166 314
Decimal 234 118 204
Hex EA 76 CC

RGB Percentages of Color #ea76cc

%42.09
%21.22
%36.69

CMYK Percentages of Color #ea76cc

%0
%50
%13
%8

Triadic Colors of #ea76cc

#ea76cc #ccea76 #76ccea

Analogous Colors of #ea76cc

#ea76cc #ea7692 #ce76ea

Monochromatic Colors of #ea76cc

#ea76cc

Complementary Color

#ea76cc #76ea94

#ea76cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea76cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea76cc Color CSS Codes

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

#ea76cc Text Font Color

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

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


#ea76cc Background Color

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

This div background color is #ea76cc


#ea76cc Border Color

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

This div border color is #ea76cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea76cc


Comments

No comments written yet.

Please login to write comment.