Color Hex Logo

#eb34db Color Hex

#EB34DB
(235,52,219)
0 Favorites   0 Comments

Color spaces of #eb34db

RGB 23552219
HSL0.850.820.56
HSV305°78°92°
CMYK 0.000.780.07   0.08
XYZ48.275125.232669.3438
Yxy25.23260.33790.1766
Hunter Lab50.232183.6398-46.6856
CIE-Lab57.301482.9773-45.6913

#eb34db color RGB value is (235,52,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110100 11011011
Octal 353 64 333
Decimal 235 52 219
Hex EB 34 DB

RGB Percentages of Color #eb34db

%46.44
%10.28
%43.28

CMYK Percentages of Color #eb34db

%0
%78
%7
%8

Triadic Colors of #eb34db

#eb34db #dbeb34 #34dbeb

Analogous Colors of #eb34db

#eb34db #eb3480 #a034eb

Monochromatic Colors of #eb34db

#eb34db

Complementary Color

#eb34db #34eb44

#eb34db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb34db Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb34db Color CSS Codes

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

#eb34db Text Font Color

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

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


#eb34db Background Color

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

This div background color is #eb34db


#eb34db Border Color

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

This div border color is #eb34db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb34db


Comments

No comments written yet.

Please login to write comment.