Color Hex Logo

#eb1bcb Color Hex

#EB1BCB
(235,27,203)
0 Favorites   0 Comments

Color spaces of #eb1bcb

RGB 23527203
HSL0.860.840.51
HSV309°89°92°
CMYK 0.000.890.14   0.08
XYZ45.432422.757858.4981
Yxy22.75780.35860.1796
Hunter Lab47.705186.5120-39.3104
CIE-Lab54.822085.6749-40.4819

#eb1bcb color RGB value is (235,27,203).

#eb1bcb hex color red value is 235, green value is 27 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eb1bcb hue: 0.86 , saturation: 0.84 and the lightness value of eb1bcb is 0.51.

The process color (four color CMYK) of #eb1bcb color hex is 0.00, 0.89, 0.14, 0.08. Web safe color of #eb1bcb is #ff33cc. Color #eb1bcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011011 11001011
Octal 353 33 313
Decimal 235 27 203
Hex EB 1B CB

RGB Percentages of Color #eb1bcb

%50.54
%5.81
%43.66

CMYK Percentages of Color #eb1bcb

%0
%89
%14
%8

Triadic Colors of #eb1bcb

#eb1bcb #cbeb1b #1bcbeb

Analogous Colors of #eb1bcb

#eb1bcb #eb1b63 #a31beb

Monochromatic Colors of #eb1bcb

#eb1bcb

Complementary Color

#eb1bcb #1beb3b

#eb1bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1bcb Color CSS Codes

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

#eb1bcb Text Font Color

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

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


#eb1bcb Background Color

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

This div background color is #eb1bcb


#eb1bcb Border Color

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

This div border color is #eb1bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1bcb


Comments

No comments written yet.

Please login to write comment.