Color Hex Logo

#eb1bbe Color Hex

#EB1BBE
(235,27,190)
0 Favorites   0 Comments

Color spaces of #eb1bbe

RGB 23527190
HSL0.870.840.51
HSV313°89°92°
CMYK 0.000.890.19   0.08
XYZ43.947122.163750.6770
Yxy22.16370.37630.1898
Hunter Lab47.078384.2406-30.8673
CIE-Lab54.200384.0472-33.9586

#eb1bbe color RGB value is (235,27,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011011 10111110
Octal 353 33 276
Decimal 235 27 190
Hex EB 1B BE

RGB Percentages of Color #eb1bbe

%51.99
%5.97
%42.04

CMYK Percentages of Color #eb1bbe

%0
%89
%19
%8

Triadic Colors of #eb1bbe

#eb1bbe #beeb1b #1bbeeb

Analogous Colors of #eb1bbe

#eb1bbe #eb1b56 #b01beb

Monochromatic Colors of #eb1bbe

#eb1bbe

Complementary Color

#eb1bbe #1beb48

#eb1bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1bbe Color CSS Codes

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

#eb1bbe Text Font Color

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

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


#eb1bbe Background Color

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

This div background color is #eb1bbe


#eb1bbe Border Color

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

This div border color is #eb1bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1bbe


Comments

No comments written yet.

Please login to write comment.