color codes Logo

#eb8fdb color codes

#EB8FDB
(235,143,219)
0 Favorites   0 Comments

Color spaces of #eb8fdb

RGB 235143219
HSL0.860.700.74
HSV310°39°92°
CMYK 0.000.390.07   0.08
XYZ56.869642.421672.2087
Yxy42.42160.33160.2474
Hunter Lab65.131941.8757-20.1398
CIE-Lab71.160645.6327-24.1338

#eb8fdb color RGB value is (235,143,219).

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

The process color (four color CMYK) of #eb8fdb color code is 0.00, 0.39, 0.07, 0.08. Web safe color of #eb8fdb is #ff99cc. Color #eb8fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001111 11011011
Octal 353 217 333
Decimal 235 143 219
Hex EB 8F DB

RGB Percentages of Color #eb8fdb

%39.36
%23.95
%36.68

CMYK Percentages of Color #eb8fdb

%0
%39
%7
%8

Triadic Colors of #eb8fdb

#eb8fdb #dbeb8f #8fdbeb

Analogous Colors of #eb8fdb

#eb8fdb #eb8fad #cd8feb

Monochromatic Colors of #eb8fdb

#eb8fdb

Complementary Color

#eb8fdb #8feb9f

#eb8fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb8fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb8fdb Color CSS Codes

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

#eb8fdb Text Font Color

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

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


#eb8fdb Background Color

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

This div background color is #eb8fdb


#eb8fdb Border Color

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

This div border color is #eb8fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb8fdb


Comments

No comments written yet.

Please login to write comment.