Color Hex Logo

#eb32db Color Hex

#EB32DB
(235,50,219)
0 Favorites   0 Comments

Color spaces of #eb32db

RGB 23550219
HSL0.850.820.56
HSV305°79°92°
CMYK 0.000.790.07   0.08
XYZ48.187725.057869.3147
Yxy25.05780.33800.1758
Hunter Lab50.057884.2305-47.0581
CIE-Lab57.131783.4677-45.9597

#eb32db color RGB value is (235,50,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110010 11011011
Octal 353 62 333
Decimal 235 50 219
Hex EB 32 DB

RGB Percentages of Color #eb32db

%46.63
%9.92
%43.45

CMYK Percentages of Color #eb32db

%0
%79
%7
%8

Triadic Colors of #eb32db

#eb32db #dbeb32 #32dbeb

Analogous Colors of #eb32db

#eb32db #eb327f #9f32eb

Monochromatic Colors of #eb32db

#eb32db

Complementary Color

#eb32db #32eb42

#eb32db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb32db Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb32db Color CSS Codes

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

#eb32db Text Font Color

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

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


#eb32db Background Color

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

This div background color is #eb32db


#eb32db Border Color

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

This div border color is #eb32db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb32db


Comments

No comments written yet.

Please login to write comment.