Color Hex Logo

#e671df Color Hex

#E671DF
(230,113,223)
0 Favorites   0 Comments

Color spaces of #e671df

RGB 230113223
HSL0.840.700.67
HSV304°51°90°
CMYK 0.000.510.03   0.10
XYZ51.857533.961073.6340
Yxy33.96100.32520.2130
Hunter Lab58.276156.8568-34.1219
CIE-Lab64.931659.7218-36.0135

#e671df color RGB value is (230,113,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110001 11011111
Octal 346 161 337
Decimal 230 113 223
Hex E6 71 DF

RGB Percentages of Color #e671df

%40.64
%19.96
%39.40

CMYK Percentages of Color #e671df

%0
%51
%3
%10

Triadic Colors of #e671df

#e671df #dfe671 #71dfe6

Analogous Colors of #e671df

#e671df #e671a5 #b371e6

Monochromatic Colors of #e671df

#e671df

Complementary Color

#e671df #71e678

#e671df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e671df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e671df Color CSS Codes

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

#e671df Text Font Color

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

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


#e671df Background Color

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

This div background color is #e671df


#e671df Border Color

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

This div border color is #e671df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e671df


Comments

No comments written yet.

Please login to write comment.