Color Hex Logo

#e671dd Color Hex

#E671DD
(230,113,221)
0 Favorites   0 Comments

Color spaces of #e671dd

RGB 230113221
HSL0.850.700.67
HSV305°51°90°
CMYK 0.000.510.04   0.10
XYZ51.589433.853772.2220
Yxy33.85370.32720.2147
Hunter Lab58.183956.4470-32.8662
CIE-Lab64.846359.3843-35.0313

#e671dd color RGB value is (230,113,221).

#e671dd hex color red value is 230, green value is 113 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e671dd hue: 0.85 , saturation: 0.70 and the lightness value of e671dd is 0.67.

The process color (four color CMYK) of #e671dd color hex is 0.00, 0.51, 0.04, 0.10. Web safe color of #e671dd is #ff66cc. Color #e671dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110001 11011101
Octal 346 161 335
Decimal 230 113 221
Hex E6 71 DD

RGB Percentages of Color #e671dd

%40.78
%20.04
%39.18

CMYK Percentages of Color #e671dd

%0
%51
%4
%10

Triadic Colors of #e671dd

#e671dd #dde671 #71dde6

Analogous Colors of #e671dd

#e671dd #e671a3 #b571e6

Monochromatic Colors of #e671dd

#e671dd

Complementary Color

#e671dd #71e67a

#e671dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e671dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e671dd Color CSS Codes

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

#e671dd Text Font Color

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

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


#e671dd Background Color

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

This div background color is #e671dd


#e671dd Border Color

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

This div border color is #e671dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e671dd


Comments

No comments written yet.

Please login to write comment.