Color Hex Logo

#eb1bdd Color Hex

#EB1BDD
(235,27,221)
0 Favorites   0 Comments

Color spaces of #eb1bdd

RGB 23527221
HSL0.840.840.51
HSV304°89°92°
CMYK 0.000.890.06   0.08
XYZ47.704023.666570.4604
Yxy23.66650.33630.1669
Hunter Lab48.648289.9010-51.8198
CIE-Lab55.752388.0748-49.2807

#eb1bdd color RGB value is (235,27,221).

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

The process color (four color CMYK) of #eb1bdd color hex is 0.00, 0.89, 0.06, 0.08. Web safe color of #eb1bdd is #ff33cc. Color #eb1bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011011 11011101
Octal 353 33 335
Decimal 235 27 221
Hex EB 1B DD

RGB Percentages of Color #eb1bdd

%48.65
%5.59
%45.76

CMYK Percentages of Color #eb1bdd

%0
%89
%6
%8

Triadic Colors of #eb1bdd

#eb1bdd #ddeb1b #1bddeb

Analogous Colors of #eb1bdd

#eb1bdd #eb1b75 #911beb

Monochromatic Colors of #eb1bdd

#eb1bdd

Complementary Color

#eb1bdd #1beb29

#eb1bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1bdd Color CSS Codes

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

#eb1bdd Text Font Color

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

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


#eb1bdd Background Color

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

This div background color is #eb1bdd


#eb1bdd Border Color

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

This div border color is #eb1bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1bdd


Comments

No comments written yet.

Please login to write comment.