Color Hex Logo

#eb49ce Color Hex

#EB49CE
(235,73,206)
0 Favorites   0 Comments

Color spaces of #eb49ce

RGB 23573206
HSL0.860.800.60
HSV311°69°92°
CMYK 0.000.690.12   0.08
XYZ47.784126.883561.0631
Yxy26.88350.35210.1981
Hunter Lab51.849373.7686-33.5315
CIE-Lab58.866374.8746-35.8513

#eb49ce color RGB value is (235,73,206).

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

The process color (four color CMYK) of #eb49ce color hex is 0.00, 0.69, 0.12, 0.08. Web safe color of #eb49ce is #ff33cc. Color #eb49ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001001 11001110
Octal 353 111 316
Decimal 235 73 206
Hex EB 49 CE

RGB Percentages of Color #eb49ce

%45.72
%14.20
%40.08

CMYK Percentages of Color #eb49ce

%0
%69
%12
%8

Triadic Colors of #eb49ce

#eb49ce #ceeb49 #49ceeb

Analogous Colors of #eb49ce

#eb49ce #eb497d #b749eb

Monochromatic Colors of #eb49ce

#eb49ce

Complementary Color

#eb49ce #49eb66

#eb49ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb49ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb49ce Color CSS Codes

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

#eb49ce Text Font Color

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

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


#eb49ce Background Color

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

This div background color is #eb49ce


#eb49ce Border Color

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

This div border color is #eb49ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb49ce


Comments

No comments written yet.

Please login to write comment.