Color Hex Logo

#eb5ece Color Hex

#EB5ECE
(235,94,206)
0 Favorites   0 Comments

Color spaces of #eb5ece

RGB 23594206
HSL0.870.780.65
HSV312°60°92°
CMYK 0.000.600.12   0.08
XYZ49.404230.123861.6031
Yxy30.12380.35010.2134
Hunter Lab54.885264.6256-28.1275
CIE-Lab61.760966.8414-31.3455

#eb5ece color RGB value is (235,94,206).

#eb5ece hex color red value is 235, green value is 94 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #eb5ece hue: 0.87 , saturation: 0.78 and the lightness value of eb5ece is 0.65.

The process color (four color CMYK) of #eb5ece color hex is 0.00, 0.60, 0.12, 0.08. Web safe color of #eb5ece is #ff66cc. Color #eb5ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011110 11001110
Octal 353 136 316
Decimal 235 94 206
Hex EB 5E CE

RGB Percentages of Color #eb5ece

%43.93
%17.57
%38.50

CMYK Percentages of Color #eb5ece

%0
%60
%12
%8

Triadic Colors of #eb5ece

#eb5ece #ceeb5e #5eceeb

Analogous Colors of #eb5ece

#eb5ece #eb5e88 #c25eeb

Monochromatic Colors of #eb5ece

#eb5ece

Complementary Color

#eb5ece #5eeb7b

#eb5ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5ece Color CSS Codes

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

#eb5ece Text Font Color

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

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


#eb5ece Background Color

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

This div background color is #eb5ece


#eb5ece Border Color

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

This div border color is #eb5ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5ece


Comments

No comments written yet.

Please login to write comment.