Color Hex Logo

#eb79ce Color Hex

#EB79CE
(235,121,206)
0 Favorites   0 Comments

Color spaces of #eb79ce

RGB 235121206
HSL0.880.740.70
HSV315°49°92°
CMYK 0.000.490.12   0.08
XYZ52.238935.793162.5480
Yxy35.79310.34690.2377
Hunter Lab59.827351.1614-20.1071
CIE-Lab66.361554.5575-24.2548

#eb79ce color RGB value is (235,121,206).

#eb79ce hex color red value is 235, green value is 121 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #eb79ce hue: 0.88 , saturation: 0.74 and the lightness value of eb79ce is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111001 11001110
Octal 353 171 316
Decimal 235 121 206
Hex EB 79 CE

RGB Percentages of Color #eb79ce

%41.81
%21.53
%36.65

CMYK Percentages of Color #eb79ce

%0
%49
%12
%8

Triadic Colors of #eb79ce

#eb79ce #ceeb79 #79ceeb

Analogous Colors of #eb79ce

#eb79ce #eb7995 #cf79eb

Monochromatic Colors of #eb79ce

#eb79ce

Complementary Color

#eb79ce #79eb96

#eb79ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb79ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb79ce Color CSS Codes

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

#eb79ce Text Font Color

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

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


#eb79ce Background Color

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

This div background color is #eb79ce


#eb79ce Border Color

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

This div border color is #eb79ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb79ce


Comments

No comments written yet.

Please login to write comment.