Color Hex Logo

#e671ae Color Hex

#E671AE
(230,113,174)
0 Favorites   0 Comments

Color spaces of #e671ae

RGB 230113174
HSL0.910.700.67
HSV329°51°90°
CMYK 0.000.510.24   0.10
XYZ46.178231.689243.7272
Yxy31.68920.37980.2606
Hunter Lab56.293247.9134-6.6499
CIE-Lab63.085252.1853-11.2035

#e671ae color RGB value is (230,113,174).

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

The process color (four color CMYK) of #e671ae color hex is 0.00, 0.51, 0.24, 0.10. Web safe color of #e671ae is #ff6699. Color #e671ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110001 10101110
Octal 346 161 256
Decimal 230 113 174
Hex E6 71 AE

RGB Percentages of Color #e671ae

%44.49
%21.86
%33.66

CMYK Percentages of Color #e671ae

%0
%51
%24
%10

Triadic Colors of #e671ae

#e671ae #aee671 #71aee6

Analogous Colors of #e671ae

#e671ae #e67174 #e471e6

Monochromatic Colors of #e671ae

#e671ae

Complementary Color

#e671ae #71e6a9

#e671ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e671ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e671ae Color CSS Codes

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

#e671ae Text Font Color

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

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


#e671ae Background Color

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

This div background color is #e671ae


#e671ae Border Color

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

This div border color is #e671ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,113,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e671ae


Comments

No comments written yet.

Please login to write comment.