Color Hex Logo

#eb8adb Color Hex

#EB8ADB
(235,138,219)
0 Favorites   0 Comments

Color spaces of #eb8adb

RGB 235138219
HSL0.860.710.73
HSV310°41°92°
CMYK 0.000.410.07   0.08
XYZ56.135640.953671.9640
Yxy40.95360.33210.2423
Hunter Lab63.995044.5867-21.8766
CIE-Lab70.143448.1968-25.6904

#eb8adb color RGB value is (235,138,219).

#eb8adb hex color red value is 235, green value is 138 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eb8adb hue: 0.86 , saturation: 0.71 and the lightness value of eb8adb is 0.73.

The process color (four color CMYK) of #eb8adb color hex is 0.00, 0.41, 0.07, 0.08. Web safe color of #eb8adb is #ff99cc. Color #eb8adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001010 11011011
Octal 353 212 333
Decimal 235 138 219
Hex EB 8A DB

RGB Percentages of Color #eb8adb

%39.70
%23.31
%36.99

CMYK Percentages of Color #eb8adb

%0
%41
%7
%8

Triadic Colors of #eb8adb

#eb8adb #dbeb8a #8adbeb

Analogous Colors of #eb8adb

#eb8adb #eb8aab #cb8aeb

Monochromatic Colors of #eb8adb

#eb8adb

Complementary Color

#eb8adb #8aeb9a

#eb8adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb8adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb8adb Color CSS Codes

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

#eb8adb Text Font Color

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

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


#eb8adb Background Color

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

This div background color is #eb8adb


#eb8adb Border Color

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

This div border color is #eb8adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb8adb


Comments

No comments written yet.

Please login to write comment.