Color Hex Logo

#eb388e Color Hex

#EB388E
(235,56,142)
0 Favorites   0 Comments

Color spaces of #eb388e

RGB 23556142
HSL0.920.820.57
HSV331°76°92°
CMYK 0.000.760.40   0.08
XYZ40.557622.443527.7856
Yxy22.44350.44670.2472
Hunter Lab47.374669.9092-1.6119
CIE-Lab54.494472.5721-5.3155

#eb388e color RGB value is (235,56,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111000 10001110
Octal 353 70 216
Decimal 235 56 142
Hex EB 38 8E

RGB Percentages of Color #eb388e

%54.27
%12.93
%32.79

CMYK Percentages of Color #eb388e

%0
%76
%40
%8

Triadic Colors of #eb388e

#eb388e #8eeb38 #388eeb

Analogous Colors of #eb388e

#eb388e #eb3c38 #eb38e8

Monochromatic Colors of #eb388e

#eb388e

Complementary Color

#eb388e #38eb95

#eb388e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb388e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb388e Color CSS Codes

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

#eb388e Text Font Color

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

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


#eb388e Background Color

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

This div background color is #eb388e


#eb388e Border Color

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

This div border color is #eb388e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb388e


Comments

No comments written yet.

Please login to write comment.