Color Hex Logo

#eb1aaf Color Hex

#EB1AAF
(235,26,175)
0 Favorites   0 Comments

Color spaces of #eb1aaf

RGB 23526175
HSL0.880.840.51
HSV317°89°92°
CMYK 0.000.890.26   0.08
XYZ42.368221.496142.4735
Yxy21.49610.39840.2021
Hunter Lab46.363981.9799-21.8603
CIE-Lab53.488282.4295-26.3261

#eb1aaf color RGB value is (235,26,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011010 10101111
Octal 353 32 257
Decimal 235 26 175
Hex EB 1A AF

RGB Percentages of Color #eb1aaf

%53.90
%5.96
%40.14

CMYK Percentages of Color #eb1aaf

%0
%89
%26
%8

Triadic Colors of #eb1aaf

#eb1aaf #afeb1a #1aafeb

Analogous Colors of #eb1aaf

#eb1aaf #eb1a47 #bf1aeb

Monochromatic Colors of #eb1aaf

#eb1aaf

Complementary Color

#eb1aaf #1aeb56

#eb1aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1aaf Color CSS Codes

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

#eb1aaf Text Font Color

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

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


#eb1aaf Background Color

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

This div background color is #eb1aaf


#eb1aaf Border Color

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

This div border color is #eb1aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1aaf


Comments

No comments written yet.

Please login to write comment.