Color Hex Logo

#ea9bdb Color Hex

#EA9BDB
(234,155,219)
0 Favorites   0 Comments

Color spaces of #ea9bdb

RGB 234155219
HSL0.860.650.76
HSV311°34°92°
CMYK 0.000.340.06   0.08
XYZ58.439246.049672.8262
Yxy46.04960.32960.2597
Hunter Lab67.859934.9650-16.1273
CIE-Lab73.577739.0553-20.4621

#ea9bdb color RGB value is (234,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011011 11011011
Octal 352 233 333
Decimal 234 155 219
Hex EA 9B DB

RGB Percentages of Color #ea9bdb

%38.49
%25.49
%36.02

CMYK Percentages of Color #ea9bdb

%0
%34
%6
%8

Triadic Colors of #ea9bdb

#ea9bdb #dbea9b #9bdbea

Analogous Colors of #ea9bdb

#ea9bdb #ea9bb4 #d29bea

Monochromatic Colors of #ea9bdb

#ea9bdb

Complementary Color

#ea9bdb #9beaaa

#ea9bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9bdb Color CSS Codes

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

#ea9bdb Text Font Color

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

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


#ea9bdb Background Color

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

This div background color is #ea9bdb


#ea9bdb Border Color

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

This div border color is #ea9bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9bdb


Comments

No comments written yet.

Please login to write comment.