Color Hex Logo

#eb346b Color Hex

#EB346B
(235,52,107)
0 Favorites   0 Comments

Color spaces of #eb346b

RGB 23552107
HSL0.950.820.56
HSV342°78°92°
CMYK 0.000.780.54   0.08
XYZ38.142821.179715.9877
Yxy21.17970.50650.2812
Hunter Lab46.021467.404311.6178
CIE-Lab53.145670.761813.7037

#eb346b color RGB value is (235,52,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110100 01101011
Octal 353 64 153
Decimal 235 52 107
Hex EB 34 6B

RGB Percentages of Color #eb346b

%59.64
%13.20
%27.16

CMYK Percentages of Color #eb346b

%0
%78
%54
%8

Triadic Colors of #eb346b

#eb346b #6beb34 #346beb

Analogous Colors of #eb346b

#eb346b #eb5934 #eb34c7

Monochromatic Colors of #eb346b

#eb346b

Complementary Color

#eb346b #34ebb4

#eb346b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb346b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb346b Color CSS Codes

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

#eb346b Text Font Color

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

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


#eb346b Background Color

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

This div background color is #eb346b


#eb346b Border Color

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

This div border color is #eb346b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb346b


Comments

No comments written yet.

Please login to write comment.