Color Hex Logo

#eb8cda Color Hex

#EB8CDA
(235,140,218)
0 Favorites   0 Comments

Color spaces of #eb8cda

RGB 235140218
HSL0.860.700.74
HSV311°40°92°
CMYK 0.000.400.07   0.08
XYZ56.293941.480371.3691
Yxy41.48030.33280.2452
Hunter Lab64.405243.3103-20.6172
CIE-Lab70.511147.0057-24.5750

#eb8cda color RGB value is (235,140,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001100 11011010
Octal 353 214 332
Decimal 235 140 218
Hex EB 8C DA

RGB Percentages of Color #eb8cda

%39.63
%23.61
%36.76

CMYK Percentages of Color #eb8cda

%0
%40
%7
%8

Triadic Colors of #eb8cda

#eb8cda #daeb8c #8cdaeb

Analogous Colors of #eb8cda

#eb8cda #eb8cab #cd8ceb

Monochromatic Colors of #eb8cda

#eb8cda

Complementary Color

#eb8cda #8ceb9d

#eb8cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb8cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb8cda Color CSS Codes

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

#eb8cda Text Font Color

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

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


#eb8cda Background Color

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

This div background color is #eb8cda


#eb8cda Border Color

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

This div border color is #eb8cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb8cda


Comments

No comments written yet.

Please login to write comment.