Color Hex Logo

#eb86d8 Color Hex

#EB86D8
(235,134,216)
0 Favorites   0 Comments

Color spaces of #eb86d8

RGB 235134216
HSL0.860.720.72
HSV311°43°92°
CMYK 0.000.430.08   0.08
XYZ55.180739.670269.7145
Yxy39.67020.33530.2411
Hunter Lab62.984346.1618-21.5365
CIE-Lab69.234049.7244-25.4239

#eb86d8 color RGB value is (235,134,216).

#eb86d8 hex color red value is 235, green value is 134 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #eb86d8 hue: 0.86 , saturation: 0.72 and the lightness value of eb86d8 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000110 11011000
Octal 353 206 330
Decimal 235 134 216
Hex EB 86 D8

RGB Percentages of Color #eb86d8

%40.17
%22.91
%36.92

CMYK Percentages of Color #eb86d8

%0
%43
%8
%8

Triadic Colors of #eb86d8

#eb86d8 #d8eb86 #86d8eb

Analogous Colors of #eb86d8

#eb86d8 #eb86a6 #cc86eb

Monochromatic Colors of #eb86d8

#eb86d8

Complementary Color

#eb86d8 #86eb99

#eb86d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb86d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb86d8 Color CSS Codes

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

#eb86d8 Text Font Color

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

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


#eb86d8 Background Color

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

This div background color is #eb86d8


#eb86d8 Border Color

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

This div border color is #eb86d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb86d8


Comments

No comments written yet.

Please login to write comment.