Color Hex Logo

#eb5bdf Color Hex

#EB5BDF
(235,91,223)
0 Favorites   0 Comments

Color spaces of #eb5bdf

RGB 23591223
HSL0.850.780.64
HSV305°61°92°
CMYK 0.000.610.05   0.08
XYZ51.321330.472172.9888
Yxy30.47210.33160.1969
Hunter Lab55.201569.3501-39.7536
CIE-Lab62.059470.6887-40.4513

#eb5bdf color RGB value is (235,91,223).

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

The process color (four color CMYK) of #eb5bdf color hex is 0.00, 0.61, 0.05, 0.08. Web safe color of #eb5bdf is #ff66cc. Color #eb5bdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011011 11011111
Octal 353 133 337
Decimal 235 91 223
Hex EB 5B DF

RGB Percentages of Color #eb5bdf

%42.81
%16.58
%40.62

CMYK Percentages of Color #eb5bdf

%0
%61
%5
%8

Triadic Colors of #eb5bdf

#eb5bdf #dfeb5b #5bdfeb

Analogous Colors of #eb5bdf

#eb5bdf #eb5b97 #af5beb

Monochromatic Colors of #eb5bdf

#eb5bdf

Complementary Color

#eb5bdf #5beb67

#eb5bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5bdf Color CSS Codes

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

#eb5bdf Text Font Color

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

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


#eb5bdf Background Color

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

This div background color is #eb5bdf


#eb5bdf Border Color

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

This div border color is #eb5bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5bdf


Comments

No comments written yet.

Please login to write comment.