Color Hex Logo

#eb1cbe Color Hex

#EB1CBE
(235,28,190)
0 Favorites   0 Comments

Color spaces of #eb1cbe

RGB 23528190
HSL0.870.840.52
HSV313°88°92°
CMYK 0.000.880.19   0.08
XYZ43.970522.210450.6847
Yxy22.21040.37620.1901
Hunter Lab47.127984.0673-30.7751
CIE-Lab54.249583.9034-33.8815

#eb1cbe color RGB value is (235,28,190).

#eb1cbe hex color red value is 235, green value is 28 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #eb1cbe hue: 0.87 , saturation: 0.84 and the lightness value of eb1cbe is 0.52.

The process color (four color CMYK) of #eb1cbe color hex is 0.00, 0.88, 0.19, 0.08. Web safe color of #eb1cbe is #ff33cc. Color #eb1cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011100 10111110
Octal 353 34 276
Decimal 235 28 190
Hex EB 1C BE

RGB Percentages of Color #eb1cbe

%51.88
%6.18
%41.94

CMYK Percentages of Color #eb1cbe

%0
%88
%19
%8

Triadic Colors of #eb1cbe

#eb1cbe #beeb1c #1cbeeb

Analogous Colors of #eb1cbe

#eb1cbe #eb1c56 #b11ceb

Monochromatic Colors of #eb1cbe

#eb1cbe

Complementary Color

#eb1cbe #1ceb49

#eb1cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1cbe Color CSS Codes

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

#eb1cbe Text Font Color

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

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


#eb1cbe Background Color

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

This div background color is #eb1cbe


#eb1cbe Border Color

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

This div border color is #eb1cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1cbe


Comments

No comments written yet.

Please login to write comment.