Color Hex Logo

#eb46dd Color Hex

#EB46DD
(235,70,221)
0 Favorites   0 Comments

Color spaces of #eb46dd

RGB 23570221
HSL0.850.800.60
HSV305°70°92°
CMYK 0.000.700.06   0.08
XYZ49.502327.262971.0598
Yxy27.26290.33490.1844
Hunter Lab52.213977.8558-44.1402
CIE-Lab59.216978.0729-43.7965

#eb46dd color RGB value is (235,70,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000110 11011101
Octal 353 106 335
Decimal 235 70 221
Hex EB 46 DD

RGB Percentages of Color #eb46dd

%44.68
%13.31
%42.02

CMYK Percentages of Color #eb46dd

%0
%70
%6
%8

Triadic Colors of #eb46dd

#eb46dd #ddeb46 #46ddeb

Analogous Colors of #eb46dd

#eb46dd #eb468b #a746eb

Monochromatic Colors of #eb46dd

#eb46dd

Complementary Color

#eb46dd #46eb54

#eb46dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb46dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb46dd Color CSS Codes

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

#eb46dd Text Font Color

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

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


#eb46dd Background Color

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

This div background color is #eb46dd


#eb46dd Border Color

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

This div border color is #eb46dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb46dd


Comments

No comments written yet.

Please login to write comment.