Color Hex Logo

#eb1cbf Color Hex

#EB1CBF
(235,28,191)
0 Favorites   0 Comments

Color spaces of #eb1cbf

RGB 23528191
HSL0.870.840.52
HSV313°88°92°
CMYK 0.000.880.19   0.08
XYZ44.080222.254351.2624
Yxy22.25430.37480.1892
Hunter Lab47.174584.2365-31.4057
CIE-Lab54.295884.0253-34.3884

#eb1cbf color RGB value is (235,28,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011100 10111111
Octal 353 34 277
Decimal 235 28 191
Hex EB 1C BF

RGB Percentages of Color #eb1cbf

%51.76
%6.17
%42.07

CMYK Percentages of Color #eb1cbf

%0
%88
%19
%8

Triadic Colors of #eb1cbf

#eb1cbf #bfeb1c #1cbfeb

Analogous Colors of #eb1cbf

#eb1cbf #eb1c57 #b01ceb

Monochromatic Colors of #eb1cbf

#eb1cbf

Complementary Color

#eb1cbf #1ceb48

#eb1cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1cbf Color CSS Codes

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

#eb1cbf Text Font Color

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

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


#eb1cbf Background Color

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

This div background color is #eb1cbf


#eb1cbf Border Color

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

This div border color is #eb1cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1cbf


Comments

No comments written yet.

Please login to write comment.