Color Hex Logo

#eb348d Color Hex

#EB348D
(235,52,141)
0 Favorites   0 Comments

Color spaces of #eb348d

RGB 23552141
HSL0.920.820.56
HSV331°78°92°
CMYK 0.000.780.40   0.08
XYZ40.296722.041227.3298
Yxy22.04120.44940.2458
Hunter Lab46.948171.0519-1.6508
CIE-Lab54.070773.5897-5.3486

#eb348d color RGB value is (235,52,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110100 10001101
Octal 353 64 215
Decimal 235 52 141
Hex EB 34 8D

RGB Percentages of Color #eb348d

%54.91
%12.15
%32.94

CMYK Percentages of Color #eb348d

%0
%78
%40
%8

Triadic Colors of #eb348d

#eb348d #8deb34 #348deb

Analogous Colors of #eb348d

#eb348d #eb3734 #eb34e9

Monochromatic Colors of #eb348d

#eb348d

Complementary Color

#eb348d #34eb92

#eb348d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb348d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb348d Color CSS Codes

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

#eb348d Text Font Color

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

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


#eb348d Background Color

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

This div background color is #eb348d


#eb348d Border Color

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

This div border color is #eb348d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb348d


Comments

No comments written yet.

Please login to write comment.