Color Hex Logo

#ea84ce Color Hex

#EA84CE
(234,132,206)
0 Favorites   0 Comments

Color spaces of #ea84ce

RGB 234132206
HSL0.880.710.72
HSV316°44°92°
CMYK 0.000.440.12   0.08
XYZ53.323538.451263.0039
Yxy38.45120.34450.2484
Hunter Lab62.009044.9819-16.8349
CIE-Lab68.351948.7936-21.2262

#ea84ce color RGB value is (234,132,206).

#ea84ce hex color red value is 234, green value is 132 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ea84ce hue: 0.88 , saturation: 0.71 and the lightness value of ea84ce is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000100 11001110
Octal 352 204 316
Decimal 234 132 206
Hex EA 84 CE

RGB Percentages of Color #ea84ce

%40.91
%23.08
%36.01

CMYK Percentages of Color #ea84ce

%0
%44
%12
%8

Triadic Colors of #ea84ce

#ea84ce #ceea84 #84ceea

Analogous Colors of #ea84ce

#ea84ce #ea849b #d384ea

Monochromatic Colors of #ea84ce

#ea84ce

Complementary Color

#ea84ce #84eaa0

#ea84ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea84ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea84ce Color CSS Codes

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

#ea84ce Text Font Color

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

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


#ea84ce Background Color

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

This div background color is #ea84ce


#ea84ce Border Color

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

This div border color is #ea84ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea84ce


Comments

No comments written yet.

Please login to write comment.