Color Hex Logo

#eb4bdb Color Hex

#EB4BDB
(235,75,219)
0 Favorites   0 Comments

Color spaces of #eb4bdb

RGB 23575219
HSL0.850.800.61
HSV306°68°92°
CMYK 0.000.680.07   0.08
XYZ49.563227.808869.7732
Yxy27.80880.33680.1890
Hunter Lab52.734075.4824-41.5336
CIE-Lab59.715676.0881-41.8832

#eb4bdb color RGB value is (235,75,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001011 11011011
Octal 353 113 333
Decimal 235 75 219
Hex EB 4B DB

RGB Percentages of Color #eb4bdb

%44.42
%14.18
%41.40

CMYK Percentages of Color #eb4bdb

%0
%68
%7
%8

Triadic Colors of #eb4bdb

#eb4bdb #dbeb4b #4bdbeb

Analogous Colors of #eb4bdb

#eb4bdb #eb4b8b #ab4beb

Monochromatic Colors of #eb4bdb

#eb4bdb

Complementary Color

#eb4bdb #4beb5b

#eb4bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4bdb Color CSS Codes

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

#eb4bdb Text Font Color

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

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


#eb4bdb Background Color

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

This div background color is #eb4bdb


#eb4bdb Border Color

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

This div border color is #eb4bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4bdb


Comments

No comments written yet.

Please login to write comment.