Color Hex Logo

#eb1fcb Color Hex

#EB1FCB
(235,31,203)
0 Favorites   0 Comments

Color spaces of #eb1fcb

RGB 23531203
HSL0.860.840.52
HSV309°87°92°
CMYK 0.000.870.14   0.08
XYZ45.530422.953958.5307
Yxy22.95390.35850.1807
Hunter Lab47.910285.7905-38.8959
CIE-Lab55.024885.0815-40.1624

#eb1fcb color RGB value is (235,31,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011111 11001011
Octal 353 37 313
Decimal 235 31 203
Hex EB 1F CB

RGB Percentages of Color #eb1fcb

%50.11
%6.61
%43.28

CMYK Percentages of Color #eb1fcb

%0
%87
%14
%8

Triadic Colors of #eb1fcb

#eb1fcb #cbeb1f #1fcbeb

Analogous Colors of #eb1fcb

#eb1fcb #eb1f65 #a51feb

Monochromatic Colors of #eb1fcb

#eb1fcb

Complementary Color

#eb1fcb #1feb3f

#eb1fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1fcb Color CSS Codes

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

#eb1fcb Text Font Color

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

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


#eb1fcb Background Color

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

This div background color is #eb1fcb


#eb1fcb Border Color

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

This div border color is #eb1fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1fcb


Comments

No comments written yet.

Please login to write comment.