Color Hex Logo

#eb468d Color Hex

#EB468D
(235,70,141)
0 Favorites   0 Comments

Color spaces of #eb468d

RGB 23570141
HSL0.930.800.60
HSV334°70°92°
CMYK 0.000.700.40   0.08
XYZ41.258823.965627.6505
Yxy23.96560.44420.2580
Hunter Lab48.954764.76840.7802
CIE-Lab56.053368.0097-2.4218

#eb468d color RGB value is (235,70,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000110 10001101
Octal 353 106 215
Decimal 235 70 141
Hex EB 46 8D

RGB Percentages of Color #eb468d

%52.69
%15.70
%31.61

CMYK Percentages of Color #eb468d

%0
%70
%40
%8

Triadic Colors of #eb468d

#eb468d #8deb46 #468deb

Analogous Colors of #eb468d

#eb468d #eb5246 #eb46e0

Monochromatic Colors of #eb468d

#eb468d

Complementary Color

#eb468d #46eba4

#eb468d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb468d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb468d Color CSS Codes

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

#eb468d Text Font Color

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

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


#eb468d Background Color

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

This div background color is #eb468d


#eb468d Border Color

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

This div border color is #eb468d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,70,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 #eb468d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb468d


Comments

No comments written yet.

Please login to write comment.