Color Hex Logo

#eb1fbe Color Hex

#EB1FBE
(235,31,190)
0 Favorites   0 Comments

Color spaces of #eb1fbe

RGB 23531190
HSL0.870.840.52
HSV313°87°92°
CMYK 0.000.870.19   0.08
XYZ44.045222.359850.7096
Yxy22.35980.37610.1909
Hunter Lab47.286283.5150-30.4822
CIE-Lab54.406783.4448-33.6359

#eb1fbe color RGB value is (235,31,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011111 10111110
Octal 353 37 276
Decimal 235 31 190
Hex EB 1F BE

RGB Percentages of Color #eb1fbe

%51.54
%6.80
%41.67

CMYK Percentages of Color #eb1fbe

%0
%87
%19
%8

Triadic Colors of #eb1fbe

#eb1fbe #beeb1f #1fbeeb

Analogous Colors of #eb1fbe

#eb1fbe #eb1f58 #b21feb

Monochromatic Colors of #eb1fbe

#eb1fbe

Complementary Color

#eb1fbe #1feb4c

#eb1fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1fbe Color CSS Codes

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

#eb1fbe Text Font Color

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

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


#eb1fbe Background Color

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

This div background color is #eb1fbe


#eb1fbe Border Color

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

This div border color is #eb1fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1fbe


Comments

No comments written yet.

Please login to write comment.