Color Hex Logo

#eb3bcd Color Hex

#EB3BCD
(235,59,205)
0 Favorites   0 Comments

Color spaces of #eb3bcd

RGB 23559205
HSL0.860.810.58
HSV310°75°92°
CMYK 0.000.750.13   0.08
XYZ46.844425.197960.1523
Yxy25.19790.35440.1906
Hunter Lab50.197578.7309-35.9097
CIE-Lab57.267779.1417-37.7834

#eb3bcd color RGB value is (235,59,205).

#eb3bcd hex color red value is 235, green value is 59 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #eb3bcd hue: 0.86 , saturation: 0.81 and the lightness value of eb3bcd is 0.58.

The process color (four color CMYK) of #eb3bcd color hex is 0.00, 0.75, 0.13, 0.08. Web safe color of #eb3bcd is #ff33cc. Color #eb3bcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111011 11001101
Octal 353 73 315
Decimal 235 59 205
Hex EB 3B CD

RGB Percentages of Color #eb3bcd

%47.09
%11.82
%41.08

CMYK Percentages of Color #eb3bcd

%0
%75
%13
%8

Triadic Colors of #eb3bcd

#eb3bcd #cdeb3b #3bcdeb

Analogous Colors of #eb3bcd

#eb3bcd #eb3b75 #b13beb

Monochromatic Colors of #eb3bcd

#eb3bcd

Complementary Color

#eb3bcd #3beb59

#eb3bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3bcd Color CSS Codes

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

#eb3bcd Text Font Color

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

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


#eb3bcd Background Color

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

This div background color is #eb3bcd


#eb3bcd Border Color

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

This div border color is #eb3bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3bcd


Comments

No comments written yet.

Please login to write comment.