Color Hex Logo

#eb33db Color Hex

#EB33DB
(235,51,219)
0 Favorites   0 Comments

Color spaces of #eb33db

RGB 23551219
HSL0.850.820.56
HSV305°78°92°
CMYK 0.000.780.07   0.08
XYZ48.231025.144369.3291
Yxy25.14430.33800.1762
Hunter Lab50.144183.9377-46.8733
CIE-Lab57.215783.2248-45.8267

#eb33db color RGB value is (235,51,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110011 11011011
Octal 353 63 333
Decimal 235 51 219
Hex EB 33 DB

RGB Percentages of Color #eb33db

%46.53
%10.10
%43.37

CMYK Percentages of Color #eb33db

%0
%78
%7
%8

Triadic Colors of #eb33db

#eb33db #dbeb33 #33dbeb

Analogous Colors of #eb33db

#eb33db #eb337f #9f33eb

Monochromatic Colors of #eb33db

#eb33db

Complementary Color

#eb33db #33eb43

#eb33db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb33db Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb33db Color CSS Codes

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

#eb33db Text Font Color

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

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


#eb33db Background Color

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

This div background color is #eb33db


#eb33db Border Color

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

This div border color is #eb33db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb33db


Comments

No comments written yet.

Please login to write comment.