Color Hex Logo

#eb8fdf Color Hex

#EB8FDF
(235,143,223)
0 Favorites   0 Comments

Color spaces of #eb8fdf

RGB 235143223
HSL0.860.700.74
HSV308°39°92°
CMYK 0.000.390.05   0.08
XYZ57.402742.634875.0159
Yxy42.63480.32790.2436
Hunter Lab65.295342.6568-22.4098
CIE-Lab71.306446.3168-26.1139

#eb8fdf color RGB value is (235,143,223).

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

The process color (four color CMYK) of #eb8fdf color hex is 0.00, 0.39, 0.05, 0.08. Web safe color of #eb8fdf is #ff99cc. Color #eb8fdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001111 11011111
Octal 353 217 337
Decimal 235 143 223
Hex EB 8F DF

RGB Percentages of Color #eb8fdf

%39.10
%23.79
%37.10

CMYK Percentages of Color #eb8fdf

%0
%39
%5
%8

Triadic Colors of #eb8fdf

#eb8fdf #dfeb8f #8fdfeb

Analogous Colors of #eb8fdf

#eb8fdf #eb8fb1 #c98feb

Monochromatic Colors of #eb8fdf

#eb8fdf

Complementary Color

#eb8fdf #8feb9b

#eb8fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb8fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb8fdf Color CSS Codes

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

#eb8fdf Text Font Color

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

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


#eb8fdf Background Color

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

This div background color is #eb8fdf


#eb8fdf Border Color

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

This div border color is #eb8fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb8fdf


Comments

No comments written yet.

Please login to write comment.