Color Hex Logo

#eb347b Color Hex

#EB347B
(235,52,123)
0 Favorites   0 Comments

Color spaces of #eb347b

RGB 23552123
HSL0.940.820.56
HSV337°78°92°
CMYK 0.000.780.48   0.08
XYZ39.064121.548220.8392
Yxy21.54820.47960.2646
Hunter Lab46.420068.97905.8772
CIE-Lab53.544371.98904.6462

#eb347b color RGB value is (235,52,123).

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

The process color (four color CMYK) of #eb347b color hex is 0.00, 0.78, 0.48, 0.08. Web safe color of #eb347b is #ff3366. Color #eb347b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110100 01111011
Octal 353 64 173
Decimal 235 52 123
Hex EB 34 7B

RGB Percentages of Color #eb347b

%57.32
%12.68
%30.00

CMYK Percentages of Color #eb347b

%0
%78
%48
%8

Triadic Colors of #eb347b

#eb347b #7beb34 #347beb

Analogous Colors of #eb347b

#eb347b #eb4934 #eb34d7

Monochromatic Colors of #eb347b

#eb347b

Complementary Color

#eb347b #34eba4

#eb347b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb347b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb347b Color CSS Codes

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

#eb347b Text Font Color

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

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


#eb347b Background Color

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

This div background color is #eb347b


#eb347b Border Color

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

This div border color is #eb347b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb347b


Comments

No comments written yet.

Please login to write comment.