Color Hex Logo

#eb49cc Color Hex

#EB49CC
(235,73,204)
0 Favorites   0 Comments

Color spaces of #eb49cc

RGB 23573204
HSL0.870.800.60
HSV311°69°92°
CMYK 0.000.690.13   0.08
XYZ47.542626.786959.7914
Yxy26.78690.35450.1997
Hunter Lab51.756173.3952-32.2658
CIE-Lab58.776674.5907-34.8531

#eb49cc color RGB value is (235,73,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001001 11001100
Octal 353 111 314
Decimal 235 73 204
Hex EB 49 CC

RGB Percentages of Color #eb49cc

%45.90
%14.26
%39.84

CMYK Percentages of Color #eb49cc

%0
%69
%13
%8

Triadic Colors of #eb49cc

#eb49cc #cceb49 #49cceb

Analogous Colors of #eb49cc

#eb49cc #eb497b #b949eb

Monochromatic Colors of #eb49cc

#eb49cc

Complementary Color

#eb49cc #49eb68

#eb49cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb49cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb49cc Color CSS Codes

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

#eb49cc Text Font Color

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

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


#eb49cc Background Color

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

This div background color is #eb49cc


#eb49cc Border Color

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

This div border color is #eb49cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb49cc


Comments

No comments written yet.

Please login to write comment.