Color Hex Logo

#eb4cdf Color Hex

#EB4CDF
(235,76,223)
0 Favorites   0 Comments

Color spaces of #eb4cdf

RGB 23576223
HSL0.850.800.61
HSV305°68°92°
CMYK 0.000.680.05   0.08
XYZ50.164728.158872.6033
Yxy28.15880.33240.1866
Hunter Lab53.064975.8809-43.9751
CIE-Lab60.031976.3461-43.6383

#eb4cdf color RGB value is (235,76,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001100 11011111
Octal 353 114 337
Decimal 235 76 223
Hex EB 4C DF

RGB Percentages of Color #eb4cdf

%44.01
%14.23
%41.76

CMYK Percentages of Color #eb4cdf

%0
%68
%5
%8

Triadic Colors of #eb4cdf

#eb4cdf #dfeb4c #4cdfeb

Analogous Colors of #eb4cdf

#eb4cdf #eb4c90 #a84ceb

Monochromatic Colors of #eb4cdf

#eb4cdf

Complementary Color

#eb4cdf #4ceb58

#eb4cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4cdf Color CSS Codes

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

#eb4cdf Text Font Color

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

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


#eb4cdf Background Color

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

This div background color is #eb4cdf


#eb4cdf Border Color

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

This div border color is #eb4cdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,76,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eb4cdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4cdf


Comments

No comments written yet.

Please login to write comment.