Color Hex Logo

#eb3bdb Color Hex

#EB3BDB
(235,59,219)
0 Favorites   0 Comments

Color spaces of #eb3bdb

RGB 23559219
HSL0.850.810.58
HSV305°75°92°
CMYK 0.000.750.07   0.08
XYZ48.611125.904669.4558
Yxy25.90460.33760.1799
Hunter Lab50.896681.4156-45.2823
CIE-Lab57.946481.1204-44.6717

#eb3bdb color RGB value is (235,59,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111011 11011011
Octal 353 73 333
Decimal 235 59 219
Hex EB 3B DB

RGB Percentages of Color #eb3bdb

%45.81
%11.50
%42.69

CMYK Percentages of Color #eb3bdb

%0
%75
%7
%8

Triadic Colors of #eb3bdb

#eb3bdb #dbeb3b #3bdbeb

Analogous Colors of #eb3bdb

#eb3bdb #eb3b83 #a33beb

Monochromatic Colors of #eb3bdb

#eb3bdb

Complementary Color

#eb3bdb #3beb4b

#eb3bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3bdb Color CSS Codes

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

#eb3bdb Text Font Color

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

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


#eb3bdb Background Color

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

This div background color is #eb3bdb


#eb3bdb Border Color

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

This div border color is #eb3bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3bdb


Comments

No comments written yet.

Please login to write comment.