Color Hex Logo

#eb2adf Color Hex

#EB2ADF
(235,42,223)
0 Favorites   0 Comments

Color spaces of #eb2adf

RGB 23542223
HSL0.840.830.54
HSV304°82°92°
CMYK 0.000.820.05   0.08
XYZ48.408224.645872.0178
Yxy24.64580.33370.1699
Hunter Lab49.644587.1767-51.2590
CIE-Lab56.728785.8121-48.8626

#eb2adf color RGB value is (235,42,223).

#eb2adf hex color red value is 235, green value is 42 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eb2adf hue: 0.84 , saturation: 0.83 and the lightness value of eb2adf is 0.54.

The process color (four color CMYK) of #eb2adf color hex is 0.00, 0.82, 0.05, 0.08. Web safe color of #eb2adf is #ff33cc. Color #eb2adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101010 11011111
Octal 353 52 337
Decimal 235 42 223
Hex EB 2A DF

RGB Percentages of Color #eb2adf

%47.00
%8.40
%44.60

CMYK Percentages of Color #eb2adf

%0
%82
%5
%8

Triadic Colors of #eb2adf

#eb2adf #dfeb2a #2adfeb

Analogous Colors of #eb2adf

#eb2adf #eb2a7f #972aeb

Monochromatic Colors of #eb2adf

#eb2adf

Complementary Color

#eb2adf #2aeb36

#eb2adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb2adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb2adf Color CSS Codes

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

#eb2adf Text Font Color

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

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


#eb2adf Background Color

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

This div background color is #eb2adf


#eb2adf Border Color

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

This div border color is #eb2adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb2adf


Comments

No comments written yet.

Please login to write comment.