Color Hex Logo

#eb1a7d Color Hex

#EB1A7D
(235,26,125)
0 Favorites   0 Comments

Color spaces of #eb1a7d

RGB 23526125
HSL0.920.840.51
HSV332°89°92°
CMYK 0.000.890.47   0.08
XYZ38.332019.881621.2193
Yxy19.88160.48260.2503
Hunter Lab44.588875.42212.9967
CIE-Lab51.703177.58840.7751

#eb1a7d color RGB value is (235,26,125).

#eb1a7d hex color red value is 235, green value is 26 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #eb1a7d hue: 0.92 , saturation: 0.84 and the lightness value of eb1a7d is 0.51.

The process color (four color CMYK) of #eb1a7d color hex is 0.00, 0.89, 0.47, 0.08. Web safe color of #eb1a7d is #ff3366. Color #eb1a7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011010 01111101
Octal 353 32 175
Decimal 235 26 125
Hex EB 1A 7D

RGB Percentages of Color #eb1a7d

%60.88
%6.74
%32.38

CMYK Percentages of Color #eb1a7d

%0
%89
%47
%8

Triadic Colors of #eb1a7d

#eb1a7d #7deb1a #1a7deb

Analogous Colors of #eb1a7d

#eb1a7d #eb201a #eb1ae6

Monochromatic Colors of #eb1a7d

#eb1a7d

Complementary Color

#eb1a7d #1aeb88

#eb1a7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1a7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1a7d Color CSS Codes

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

#eb1a7d Text Font Color

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

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


#eb1a7d Background Color

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

This div background color is #eb1a7d


#eb1a7d Border Color

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

This div border color is #eb1a7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1a7d


Comments

No comments written yet.

Please login to write comment.