Color Hex Logo

#eb8ccd Color Hex

#EB8CCD
(235,140,205)
0 Favorites   0 Comments

Color spaces of #eb8ccd

RGB 235140205
HSL0.890.700.74
HSV319°40°92°
CMYK 0.000.400.13   0.08
XYZ54.658540.826162.7570
Yxy40.82610.34540.2580
Hunter Lab63.895340.8790-13.5070
CIE-Lab70.053944.8703-18.0736

#eb8ccd color RGB value is (235,140,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001100 11001101
Octal 353 214 315
Decimal 235 140 205
Hex EB 8C CD

RGB Percentages of Color #eb8ccd

%40.52
%24.14
%35.34

CMYK Percentages of Color #eb8ccd

%0
%40
%13
%8

Triadic Colors of #eb8ccd

#eb8ccd #cdeb8c #8ccdeb

Analogous Colors of #eb8ccd

#eb8ccd #eb8c9e #da8ceb

Monochromatic Colors of #eb8ccd

#eb8ccd

Complementary Color

#eb8ccd #8cebaa

#eb8ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb8ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb8ccd Color CSS Codes

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

#eb8ccd Text Font Color

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

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


#eb8ccd Background Color

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

This div background color is #eb8ccd


#eb8ccd Border Color

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

This div border color is #eb8ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb8ccd


Comments

No comments written yet.

Please login to write comment.