Color Hex Logo

#eb21db Color Hex

#EB21DB
(235,33,219)
0 Favorites   0 Comments

Color spaces of #eb21db

RGB 23533219
HSL0.850.830.53
HSV305°86°92°
CMYK 0.000.860.07   0.08
XYZ47.591023.864469.1158
Yxy23.86440.33860.1698
Hunter Lab48.851288.4057-49.6890
CIE-Lab55.951886.9011-47.8293

#eb21db color RGB value is (235,33,219).

#eb21db hex color red value is 235, green value is 33 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eb21db hue: 0.85 , saturation: 0.83 and the lightness value of eb21db is 0.53.

The process color (four color CMYK) of #eb21db color hex is 0.00, 0.86, 0.07, 0.08. Web safe color of #eb21db is #ff33cc. Color #eb21db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100001 11011011
Octal 353 41 333
Decimal 235 33 219
Hex EB 21 DB

RGB Percentages of Color #eb21db

%48.25
%6.78
%44.97

CMYK Percentages of Color #eb21db

%0
%86
%7
%8

Triadic Colors of #eb21db

#eb21db #dbeb21 #21dbeb

Analogous Colors of #eb21db

#eb21db #eb2176 #9621eb

Monochromatic Colors of #eb21db

#eb21db

Complementary Color

#eb21db #21eb31

#eb21db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb21db Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb21db Color CSS Codes

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

#eb21db Text Font Color

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

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


#eb21db Background Color

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

This div background color is #eb21db


#eb21db Border Color

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

This div border color is #eb21db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb21db


Comments

No comments written yet.

Please login to write comment.