Color Hex Logo

#eb5adf Color Hex

#EB5ADF
(235,90,223)
0 Favorites   0 Comments

Color spaces of #eb5adf

RGB 23590223
HSL0.850.780.64
HSV305°62°92°
CMYK 0.000.620.05   0.08
XYZ51.236430.302272.9605
Yxy30.30220.33160.1961
Hunter Lab55.047469.8091-40.0504
CIE-Lab61.914171.0906-40.6793

#eb5adf color RGB value is (235,90,223).

#eb5adf hex color red value is 235, green value is 90 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eb5adf hue: 0.85 , saturation: 0.78 and the lightness value of eb5adf is 0.64.

The process color (four color CMYK) of #eb5adf color hex is 0.00, 0.62, 0.05, 0.08. Web safe color of #eb5adf is #ff66cc. Color #eb5adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011010 11011111
Octal 353 132 337
Decimal 235 90 223
Hex EB 5A DF

RGB Percentages of Color #eb5adf

%42.88
%16.42
%40.69

CMYK Percentages of Color #eb5adf

%0
%62
%5
%8

Triadic Colors of #eb5adf

#eb5adf #dfeb5a #5adfeb

Analogous Colors of #eb5adf

#eb5adf #eb5a97 #af5aeb

Monochromatic Colors of #eb5adf

#eb5adf

Complementary Color

#eb5adf #5aeb66

#eb5adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5adf Color CSS Codes

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

#eb5adf Text Font Color

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

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


#eb5adf Background Color

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

This div background color is #eb5adf


#eb5adf Border Color

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

This div border color is #eb5adf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,90,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 #eb5adf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5adf


Comments

No comments written yet.

Please login to write comment.