Color Hex Logo

#eb08dd Color Hex

#EB08DD
(235,8,221)
0 Favorites   0 Comments

Color spaces of #eb08dd

RGB 2358221
HSL0.840.930.48
HSV304°97°92°
CMYK 0.000.970.06   0.08
XYZ47.398923.056370.3587
Yxy23.05630.33660.1637
Hunter Lab48.017092.1726-53.2650
CIE-Lab55.130389.9071-50.2699

#eb08dd color RGB value is (235,8,221).

#eb08dd hex color red value is 235, green value is 8 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #eb08dd hue: 0.84 , saturation: 0.93 and the lightness value of eb08dd is 0.48.

The process color (four color CMYK) of #eb08dd color hex is 0.00, 0.97, 0.06, 0.08. Web safe color of #eb08dd is #ff00cc. Color #eb08dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001000 11011101
Octal 353 10 335
Decimal 235 8 221
Hex EB 8 DD

RGB Percentages of Color #eb08dd

%50.65
%1.72
%47.63

CMYK Percentages of Color #eb08dd

%0
%97
%6
%8

Triadic Colors of #eb08dd

#eb08dd #ddeb08 #08ddeb

Analogous Colors of #eb08dd

#eb08dd #eb086c #8808eb

Monochromatic Colors of #eb08dd

#eb08dd

Complementary Color

#eb08dd #08eb16

#eb08dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb08dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb08dd Color CSS Codes

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

#eb08dd Text Font Color

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

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


#eb08dd Background Color

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

This div background color is #eb08dd


#eb08dd Border Color

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

This div border color is #eb08dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb08dd


Comments

No comments written yet.

Please login to write comment.