Color Hex Logo

#eb4cdb Color Hex

#EB4CDB
(235,76,219)
0 Favorites   0 Comments

Color spaces of #eb4cdb

RGB 23576219
HSL0.850.800.61
HSV306°68°92°
CMYK 0.000.680.07   0.08
XYZ49.631627.945569.7960
Yxy27.94550.33680.1896
Hunter Lab52.863575.0760-41.2765
CIE-Lab59.839575.7393-41.6884

#eb4cdb color RGB value is (235,76,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001100 11011011
Octal 353 114 333
Decimal 235 76 219
Hex EB 4C DB

RGB Percentages of Color #eb4cdb

%44.34
%14.34
%41.32

CMYK Percentages of Color #eb4cdb

%0
%68
%7
%8

Triadic Colors of #eb4cdb

#eb4cdb #dbeb4c #4cdbeb

Analogous Colors of #eb4cdb

#eb4cdb #eb4c8c #ac4ceb

Monochromatic Colors of #eb4cdb

#eb4cdb

Complementary Color

#eb4cdb #4ceb5c

#eb4cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4cdb Color CSS Codes

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

#eb4cdb Text Font Color

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

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


#eb4cdb Background Color

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

This div background color is #eb4cdb


#eb4cdb Border Color

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

This div border color is #eb4cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4cdb


Comments

No comments written yet.

Please login to write comment.