Color Hex Logo

#eb0cce Color Hex

#EB0CCE
(235,12,206)
0 Favorites   0 Comments

Color spaces of #eb0cce

RGB 23512206
HSL0.860.900.48
HSV308°95°92°
CMYK 0.000.950.12   0.08
XYZ45.533022.381360.3127
Yxy22.38130.35510.1745
Hunter Lab47.308989.0089-42.4709
CIE-Lab54.429387.6561-42.8231

#eb0cce color RGB value is (235,12,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001100 11001110
Octal 353 14 316
Decimal 235 12 206
Hex EB C CE

RGB Percentages of Color #eb0cce

%51.88
%2.65
%45.47

CMYK Percentages of Color #eb0cce

%0
%95
%12
%8

Triadic Colors of #eb0cce

#eb0cce #ceeb0c #0cceeb

Analogous Colors of #eb0cce

#eb0cce #eb0c5f #990ceb

Monochromatic Colors of #eb0cce

#eb0cce

Complementary Color

#eb0cce #0ceb29

#eb0cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb0cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb0cce Color CSS Codes

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

#eb0cce Text Font Color

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

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


#eb0cce Background Color

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

This div background color is #eb0cce


#eb0cce Border Color

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

This div border color is #eb0cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb0cce


Comments

No comments written yet.

Please login to write comment.