Color Hex Logo

#eb8ceb Color Hex

#EB8CEB
(235,140,235)
0 Favorites   0 Comments

Color spaces of #eb8ceb

RGB 235140235
HSL0.830.700.74
HSV300°40°92°
CMYK 0.000.400.00   0.08
XYZ58.634442.416583.6941
Yxy42.41650.31740.2296
Hunter Lab65.128046.7288-30.6023
CIE-Lab71.157149.9617-32.9359

#eb8ceb color RGB value is (235,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001100 11101011
Octal 353 214 353
Decimal 235 140 235
Hex EB 8C EB

RGB Percentages of Color #eb8ceb

%38.52
%22.95
%38.52

CMYK Percentages of Color #eb8ceb

%0
%40
%0
%8

Triadic Colors of #eb8ceb

#eb8ceb #ebeb8c #8cebeb

Analogous Colors of #eb8ceb

#eb8ceb #eb8cbc #bc8ceb

Monochromatic Colors of #eb8ceb

#eb8ceb

Complementary Color

#eb8ceb #8ceb8c

#eb8ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb8ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb8ceb Color CSS Codes

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

#eb8ceb Text Font Color

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

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


#eb8ceb Background Color

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

This div background color is #eb8ceb


#eb8ceb Border Color

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

This div border color is #eb8ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb8ceb


Comments

No comments written yet.

Please login to write comment.