Color Hex Logo

#ea9bea Color Hex

#EA9BEA
(234,155,234)
0 Favorites   0 Comments

Color spaces of #ea9bea

RGB 234155234
HSL0.830.650.76
HSV300°34°92°
CMYK 0.000.340.00   0.08
XYZ60.504346.875683.7009
Yxy46.87560.31660.2453
Hunter Lab68.465837.9283-24.5573
CIE-Lab74.110141.7106-27.8495

#ea9bea color RGB value is (234,155,234).

#ea9bea hex color red value is 234, green value is 155 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ea9bea hue: 0.83 , saturation: 0.65 and the lightness value of ea9bea is 0.76.

The process color (four color CMYK) of #ea9bea color hex is 0.00, 0.34, 0.00, 0.08. Web safe color of #ea9bea is #ff99ff. Color #ea9bea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011011 11101010
Octal 352 233 352
Decimal 234 155 234
Hex EA 9B EA

RGB Percentages of Color #ea9bea

%37.56
%24.88
%37.56

CMYK Percentages of Color #ea9bea

%0
%34
%0
%8

Triadic Colors of #ea9bea

#ea9bea #eaea9b #9beaea

Analogous Colors of #ea9bea

#ea9bea #ea9bc3 #c39bea

Monochromatic Colors of #ea9bea

#ea9bea

Complementary Color

#ea9bea #9bea9b

#ea9bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9bea Color CSS Codes

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

#ea9bea Text Font Color

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

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


#ea9bea Background Color

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

This div background color is #ea9bea


#ea9bea Border Color

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

This div border color is #ea9bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9bea


Comments

No comments written yet.

Please login to write comment.