Color Hex Logo

#e746dd Color Hex

#E746DD
(231,70,221)
0 Favorites   0 Comments

Color spaces of #e746dd

RGB 23170221
HSL0.840.770.59
HSV304°70°91°
CMYK 0.000.700.04   0.09
XYZ48.196326.589770.9987
Yxy26.58970.33060.1824
Hunter Lab51.565276.5990-45.5391
CIE-Lab58.592677.1944-44.8231

#e746dd color RGB value is (231,70,221).

#e746dd hex color red value is 231, green value is 70 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e746dd hue: 0.84 , saturation: 0.77 and the lightness value of e746dd is 0.59.

The process color (four color CMYK) of #e746dd color hex is 0.00, 0.70, 0.04, 0.09. Web safe color of #e746dd is #ff33cc. Color #e746dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000110 11011101
Octal 347 106 335
Decimal 231 70 221
Hex E7 46 DD

RGB Percentages of Color #e746dd

%44.25
%13.41
%42.34

CMYK Percentages of Color #e746dd

%0
%70
%4
%9

Triadic Colors of #e746dd

#e746dd #dde746 #46dde7

Analogous Colors of #e746dd

#e746dd #e7468d #a146e7

Monochromatic Colors of #e746dd

#e746dd

Complementary Color

#e746dd #46e750

#e746dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e746dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e746dd Color CSS Codes

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

#e746dd Text Font Color

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

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


#e746dd Background Color

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

This div background color is #e746dd


#e746dd Border Color

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

This div border color is #e746dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e746dd


Comments

No comments written yet.

Please login to write comment.