Color Hex Logo

#eb1fae Color Hex

#EB1FAE
(235,31,174)
0 Favorites   0 Comments

Color spaces of #eb1fae

RGB 23531174
HSL0.880.840.52
HSV318°87°92°
CMYK 0.000.870.26   0.08
XYZ42.390921.698141.9983
Yxy21.69810.39960.2045
Hunter Lab46.581280.9255-20.8499
CIE-Lab53.705281.5624-25.4049

#eb1fae color RGB value is (235,31,174).

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

The process color (four color CMYK) of #eb1fae color hex is 0.00, 0.87, 0.26, 0.08. Web safe color of #eb1fae is #ff3399. Color #eb1fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011111 10101110
Octal 353 37 256
Decimal 235 31 174
Hex EB 1F AE

RGB Percentages of Color #eb1fae

%53.41
%7.05
%39.55

CMYK Percentages of Color #eb1fae

%0
%87
%26
%8

Triadic Colors of #eb1fae

#eb1fae #aeeb1f #1faeeb

Analogous Colors of #eb1fae

#eb1fae #eb1f48 #c21feb

Monochromatic Colors of #eb1fae

#eb1fae

Complementary Color

#eb1fae #1feb5c

#eb1fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1fae Color CSS Codes

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

#eb1fae Text Font Color

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

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


#eb1fae Background Color

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

This div background color is #eb1fae


#eb1fae Border Color

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

This div border color is #eb1fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1fae


Comments

No comments written yet.

Please login to write comment.