color codes Logo

#eb8ae6 color codes

#EB8AE6
(235,138,230)
0 Favorites   0 Comments

Color spaces of #eb8ae6

RGB 235138230
HSL0.840.710.73
HSV303°41°92°
CMYK 0.000.410.02   0.08
XYZ57.632441.552379.8457
Yxy41.55230.32190.2321
Hunter Lab64.461146.7838-28.3177
CIE-Lab70.561150.0920-31.1112

#eb8ae6 color RGB value is (235,138,230).

#eb8ae6 hex color red value is 235, green value is 138 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #eb8ae6 hue: 0.84 , saturation: 0.71 and the lightness value of eb8ae6 is 0.73.

The process color (four color CMYK) of #eb8ae6 color code is 0.00, 0.41, 0.02, 0.08. Web safe color of #eb8ae6 is #ff99ff. Color #eb8ae6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001010 11100110
Octal 353 212 346
Decimal 235 138 230
Hex EB 8A E6

RGB Percentages of Color #eb8ae6

%38.97
%22.89
%38.14

CMYK Percentages of Color #eb8ae6

%0
%41
%2
%8

Triadic Colors of #eb8ae6

#eb8ae6 #e6eb8a #8ae6eb

Analogous Colors of #eb8ae6

#eb8ae6 #eb8ab6 #c08aeb

Monochromatic Colors of #eb8ae6

#eb8ae6

Complementary Color

#eb8ae6 #8aeb8f

#eb8ae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb8ae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb8ae6 Color CSS Codes

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

#eb8ae6 Text Font Color

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

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


#eb8ae6 Background Color

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

This div background color is #eb8ae6


#eb8ae6 Border Color

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

This div border color is #eb8ae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb8ae6


Comments

No comments written yet.

Please login to write comment.