Color Hex Logo

#eb46df Color Hex

#EB46DF
(235,70,223)
0 Favorites   0 Comments

Color spaces of #eb46df

RGB 23570223
HSL0.850.800.60
HSV304°70°92°
CMYK 0.000.700.05   0.08
XYZ49.770427.370272.4718
Yxy27.37020.33270.1829
Hunter Lab52.316578.2588-45.5103
CIE-Lab59.315478.3730-44.7681

#eb46df color RGB value is (235,70,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000110 11011111
Octal 353 106 337
Decimal 235 70 223
Hex EB 46 DF

RGB Percentages of Color #eb46df

%44.51
%13.26
%42.23

CMYK Percentages of Color #eb46df

%0
%70
%5
%8

Triadic Colors of #eb46df

#eb46df #dfeb46 #46dfeb

Analogous Colors of #eb46df

#eb46df #eb468d #a546eb

Monochromatic Colors of #eb46df

#eb46df

Complementary Color

#eb46df #46eb52

#eb46df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb46df Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb46df Color CSS Codes

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

#eb46df Text Font Color

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

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


#eb46df Background Color

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

This div background color is #eb46df


#eb46df Border Color

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

This div border color is #eb46df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb46df


Comments

No comments written yet.

Please login to write comment.