Color Hex Logo

#ea93ce Color Hex

#EA93CE
(234,147,206)
0 Favorites   0 Comments

Color spaces of #ea93ce

RGB 234147206
HSL0.890.670.75
HSV319°37°92°
CMYK 0.000.370.12   0.08
XYZ55.506042.816163.7314
Yxy42.81610.34250.2642
Hunter Lab65.434036.9075-11.9434
CIE-Lab71.430041.0769-16.5581

#ea93ce color RGB value is (234,147,206).

#ea93ce hex color red value is 234, green value is 147 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ea93ce hue: 0.89 , saturation: 0.67 and the lightness value of ea93ce is 0.75.

The process color (four color CMYK) of #ea93ce color hex is 0.00, 0.37, 0.12, 0.08. Web safe color of #ea93ce is #ff99cc. Color #ea93ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010011 11001110
Octal 352 223 316
Decimal 234 147 206
Hex EA 93 CE

RGB Percentages of Color #ea93ce

%39.86
%25.04
%35.09

CMYK Percentages of Color #ea93ce

%0
%37
%12
%8

Triadic Colors of #ea93ce

#ea93ce #ceea93 #93ceea

Analogous Colors of #ea93ce

#ea93ce #ea93a3 #db93ea

Monochromatic Colors of #ea93ce

#ea93ce

Complementary Color

#ea93ce #93eaaf

#ea93ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea93ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea93ce Color CSS Codes

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

#ea93ce Text Font Color

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

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


#ea93ce Background Color

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

This div background color is #ea93ce


#ea93ce Border Color

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

This div border color is #ea93ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea93ce


Comments

No comments written yet.

Please login to write comment.