Color Hex Logo

#ea73ce Color Hex

#EA73CE
(234,115,206)
0 Favorites   0 Comments

Color spaces of #ea73ce

RGB 234115206
HSL0.870.740.68
HSV314°51°92°
CMYK 0.000.510.12   0.08
XYZ51.203034.210162.2970
Yxy34.21010.34660.2316
Hunter Lab58.489453.9067-22.2071
CIE-Lab65.129057.1448-26.1572

#ea73ce color RGB value is (234,115,206).

#ea73ce hex color red value is 234, green value is 115 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ea73ce hue: 0.87 , saturation: 0.74 and the lightness value of ea73ce is 0.68.

The process color (four color CMYK) of #ea73ce color hex is 0.00, 0.51, 0.12, 0.08. Web safe color of #ea73ce is #ff66cc. Color #ea73ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110011 11001110
Octal 352 163 316
Decimal 234 115 206
Hex EA 73 CE

RGB Percentages of Color #ea73ce

%42.16
%20.72
%37.12

CMYK Percentages of Color #ea73ce

%0
%51
%12
%8

Triadic Colors of #ea73ce

#ea73ce #ceea73 #73ceea

Analogous Colors of #ea73ce

#ea73ce #ea7393 #cb73ea

Monochromatic Colors of #ea73ce

#ea73ce

Complementary Color

#ea73ce #73ea8f

#ea73ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea73ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea73ce Color CSS Codes

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

#ea73ce Text Font Color

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

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


#ea73ce Background Color

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

This div background color is #ea73ce


#ea73ce Border Color

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

This div border color is #ea73ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,115,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ea73ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea73ce


Comments

No comments written yet.

Please login to write comment.