Color Hex Logo

#eb84eb Color Hex

#EB84EB
(235,132,235)
0 Favorites   0 Comments

Color spaces of #eb84eb

RGB 235132235
HSL0.830.720.72
HSV300°44°92°
CMYK 0.000.440.00   0.08
XYZ57.507640.162983.3185
Yxy40.16290.31770.2219
Hunter Lab63.374251.0712-33.5870
CIE-Lab69.585453.9922-35.3713

#eb84eb color RGB value is (235,132,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000100 11101011
Octal 353 204 353
Decimal 235 132 235
Hex EB 84 EB

RGB Percentages of Color #eb84eb

%39.04
%21.93
%39.04

CMYK Percentages of Color #eb84eb

%0
%44
%0
%8

Triadic Colors of #eb84eb

#eb84eb #ebeb84 #84ebeb

Analogous Colors of #eb84eb

#eb84eb #eb84b8 #b884eb

Monochromatic Colors of #eb84eb

#eb84eb

Complementary Color

#eb84eb #84eb84

#eb84eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb84eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb84eb Color CSS Codes

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

#eb84eb Text Font Color

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

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


#eb84eb Background Color

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

This div background color is #eb84eb


#eb84eb Border Color

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

This div border color is #eb84eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,132,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 #eb84eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb84eb


Comments

No comments written yet.

Please login to write comment.