Color Hex Logo

#eb4888 Color Hex

#EB4888
(235,72,136)
0 Favorites   0 Comments

Color spaces of #eb4888

RGB 23572136
HSL0.930.800.60
HSV336°69°92°
CMYK 0.000.690.42   0.08
XYZ41.022224.074525.7773
Yxy24.07450.45140.2649
Hunter Lab49.065863.37263.1973
CIE-Lab56.162366.81490.6933

#eb4888 color RGB value is (235,72,136).

#eb4888 hex color red value is 235, green value is 72 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #eb4888 hue: 0.93 , saturation: 0.80 and the lightness value of eb4888 is 0.60.

The process color (four color CMYK) of #eb4888 color hex is 0.00, 0.69, 0.42, 0.08. Web safe color of #eb4888 is #ff3399. Color #eb4888 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001000 10001000
Octal 353 110 210
Decimal 235 72 136
Hex EB 48 88

RGB Percentages of Color #eb4888

%53.05
%16.25
%30.70

CMYK Percentages of Color #eb4888

%0
%69
%42
%8

Triadic Colors of #eb4888

#eb4888 #88eb48 #4888eb

Analogous Colors of #eb4888

#eb4888 #eb5948 #eb48da

Monochromatic Colors of #eb4888

#eb4888

Complementary Color

#eb4888 #48ebab

#eb4888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4888 Color CSS Codes

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

#eb4888 Text Font Color

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

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


#eb4888 Background Color

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

This div background color is #eb4888


#eb4888 Border Color

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

This div border color is #eb4888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4888


Comments

No comments written yet.

Please login to write comment.