Color Hex Logo

#eb4bdf Color Hex

#EB4BDF
(235,75,223)
0 Favorites   0 Comments

Color spaces of #eb4bdf

RGB 23575223
HSL0.850.800.61
HSV305°68°92°
CMYK 0.000.680.05   0.08
XYZ50.096328.022072.5805
Yxy28.02200.33240.1859
Hunter Lab52.935876.2875-44.2377
CIE-Lab59.908676.6940-43.8326

#eb4bdf color RGB value is (235,75,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001011 11011111
Octal 353 113 337
Decimal 235 75 223
Hex EB 4B DF

RGB Percentages of Color #eb4bdf

%44.09
%14.07
%41.84

CMYK Percentages of Color #eb4bdf

%0
%68
%5
%8

Triadic Colors of #eb4bdf

#eb4bdf #dfeb4b #4bdfeb

Analogous Colors of #eb4bdf

#eb4bdf #eb4b8f #a74beb

Monochromatic Colors of #eb4bdf

#eb4bdf

Complementary Color

#eb4bdf #4beb57

#eb4bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4bdf Color CSS Codes

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

#eb4bdf Text Font Color

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

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


#eb4bdf Background Color

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

This div background color is #eb4bdf


#eb4bdf Border Color

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

This div border color is #eb4bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4bdf


Comments

No comments written yet.

Please login to write comment.