Color Hex Logo

#eb349d Color Hex

#EB349D
(235,52,157)
0 Favorites   0 Comments

Color spaces of #eb349d

RGB 23552157
HSL0.900.820.56
HSV326°78°92°
CMYK 0.000.780.33   0.08
XYZ41.574722.552534.0601
Yxy22.55250.42340.2297
Hunter Lab47.489573.1614-9.2810
CIE-Lab54.608475.2017-14.0277

#eb349d color RGB value is (235,52,157).

#eb349d hex color red value is 235, green value is 52 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #eb349d hue: 0.90 , saturation: 0.82 and the lightness value of eb349d is 0.56.

The process color (four color CMYK) of #eb349d color hex is 0.00, 0.78, 0.33, 0.08. Web safe color of #eb349d is #ff3399. Color #eb349d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110100 10011101
Octal 353 64 235
Decimal 235 52 157
Hex EB 34 9D

RGB Percentages of Color #eb349d

%52.93
%11.71
%35.36

CMYK Percentages of Color #eb349d

%0
%78
%33
%8

Triadic Colors of #eb349d

#eb349d #9deb34 #349deb

Analogous Colors of #eb349d

#eb349d #eb3442 #de34eb

Monochromatic Colors of #eb349d

#eb349d

Complementary Color

#eb349d #34eb82

#eb349d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb349d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb349d Color CSS Codes

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

#eb349d Text Font Color

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

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


#eb349d Background Color

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

This div background color is #eb349d


#eb349d Border Color

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

This div border color is #eb349d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb349d


Comments

No comments written yet.

Please login to write comment.