Color Hex Logo

#eb8ad0 Color Hex

#EB8AD0
(235,138,208)
0 Favorites   0 Comments

Color spaces of #eb8ad0

RGB 235138208
HSL0.880.710.73
HSV317°41°92°
CMYK 0.000.410.11   0.08
XYZ54.734640.393264.5863
Yxy40.39320.34270.2529
Hunter Lab63.555642.5032-15.7625
CIE-Lab69.748746.3788-20.2016

#eb8ad0 color RGB value is (235,138,208).

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

The process color (four color CMYK) of #eb8ad0 color hex is 0.00, 0.41, 0.11, 0.08. Web safe color of #eb8ad0 is #ff99cc. Color #eb8ad0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001010 11010000
Octal 353 212 320
Decimal 235 138 208
Hex EB 8A D0

RGB Percentages of Color #eb8ad0

%40.45
%23.75
%35.80

CMYK Percentages of Color #eb8ad0

%0
%41
%11
%8

Triadic Colors of #eb8ad0

#eb8ad0 #d0eb8a #8ad0eb

Analogous Colors of #eb8ad0

#eb8ad0 #eb8aa0 #d68aeb

Monochromatic Colors of #eb8ad0

#eb8ad0

Complementary Color

#eb8ad0 #8aeba5

#eb8ad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb8ad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb8ad0 Color CSS Codes

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

#eb8ad0 Text Font Color

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

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


#eb8ad0 Background Color

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

This div background color is #eb8ad0


#eb8ad0 Border Color

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

This div border color is #eb8ad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb8ad0


Comments

No comments written yet.

Please login to write comment.