Color Hex Logo

#eb0bcb Color Hex

#EB0BCB
(235,11,203)
0 Favorites   0 Comments

Color spaces of #eb0bcb

RGB 23511203
HSL0.860.910.48
HSV309°95°92°
CMYK 0.000.950.14   0.08
XYZ45.160122.213358.4073
Yxy22.21330.35900.1766
Hunter Lab47.131088.5564-40.4837
CIE-Lab54.252687.3466-41.3794

#eb0bcb color RGB value is (235,11,203).

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

The process color (four color CMYK) of #eb0bcb color hex is 0.00, 0.95, 0.14, 0.08. Web safe color of #eb0bcb is #ff00cc. Color #eb0bcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001011 11001011
Octal 353 13 313
Decimal 235 11 203
Hex EB B CB

RGB Percentages of Color #eb0bcb

%52.34
%2.45
%45.21

CMYK Percentages of Color #eb0bcb

%0
%95
%14
%8

Triadic Colors of #eb0bcb

#eb0bcb #cbeb0b #0bcbeb

Analogous Colors of #eb0bcb

#eb0bcb #eb0b5b #9b0beb

Monochromatic Colors of #eb0bcb

#eb0bcb

Complementary Color

#eb0bcb #0beb2b

#eb0bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb0bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb0bcb Color CSS Codes

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

#eb0bcb Text Font Color

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

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


#eb0bcb Background Color

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

This div background color is #eb0bcb


#eb0bcb Border Color

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

This div border color is #eb0bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb0bcb


Comments

No comments written yet.

Please login to write comment.