Color Hex Logo

#eb1ada Color Hex

#EB1ADA
(235,26,218)
0 Favorites   0 Comments

Color spaces of #eb1ada

RGB 23526218
HSL0.850.840.51
HSV305°89°92°
CMYK 0.000.890.07   0.08
XYZ47.285223.462968.3663
Yxy23.46290.33990.1687
Hunter Lab48.438589.4825-49.7752
CIE-Lab55.546087.7980-47.9054

#eb1ada color RGB value is (235,26,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011010 11011010
Octal 353 32 332
Decimal 235 26 218
Hex EB 1A DA

RGB Percentages of Color #eb1ada

%49.06
%5.43
%45.51

CMYK Percentages of Color #eb1ada

%0
%89
%7
%8

Triadic Colors of #eb1ada

#eb1ada #daeb1a #1adaeb

Analogous Colors of #eb1ada

#eb1ada #eb1a72 #941aeb

Monochromatic Colors of #eb1ada

#eb1ada

Complementary Color

#eb1ada #1aeb2b

#eb1ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1ada Color CSS Codes

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

#eb1ada Text Font Color

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

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


#eb1ada Background Color

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

This div background color is #eb1ada


#eb1ada Border Color

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

This div border color is #eb1ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1ada


Comments

No comments written yet.

Please login to write comment.