Color Hex Logo

#ea84be Color Hex

#EA84BE
(234,132,190)
0 Favorites   0 Comments

Color spaces of #ea84be

RGB 234132190
HSL0.910.710.72
HSV326°44°92°
CMYK 0.000.440.19   0.08
XYZ51.477237.712753.2813
Yxy37.71270.36130.2647
Hunter Lab61.410742.1581-8.4539
CIE-Lab67.808346.3209-13.1072

#ea84be color RGB value is (234,132,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000100 10111110
Octal 352 204 276
Decimal 234 132 190
Hex EA 84 BE

RGB Percentages of Color #ea84be

%42.09
%23.74
%34.17

CMYK Percentages of Color #ea84be

%0
%44
%19
%8

Triadic Colors of #ea84be

#ea84be #beea84 #84beea

Analogous Colors of #ea84be

#ea84be #ea848b #e384ea

Monochromatic Colors of #ea84be

#ea84be

Complementary Color

#ea84be #84eab0

#ea84be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea84be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea84be Color CSS Codes

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

#ea84be Text Font Color

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

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


#ea84be Background Color

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

This div background color is #ea84be


#ea84be Border Color

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

This div border color is #ea84be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea84be


Comments

No comments written yet.

Please login to write comment.