Color Hex Logo

#e683ae Color Hex

#E683AE
(230,131,174)
0 Favorites   0 Comments

Color spaces of #e683ae

RGB 230131174
HSL0.930.660.71
HSV334°43°90°
CMYK 0.000.430.24   0.10
XYZ48.389436.111644.4642
Yxy36.11160.37520.2800
Hunter Lab60.092938.5732-1.8050
CIE-Lab66.605143.1895-5.9590

#e683ae color RGB value is (230,131,174).

#e683ae hex color red value is 230, green value is 131 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e683ae hue: 0.93 , saturation: 0.66 and the lightness value of e683ae is 0.71.

The process color (four color CMYK) of #e683ae color hex is 0.00, 0.43, 0.24, 0.10. Web safe color of #e683ae is #ff9999. Color #e683ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000011 10101110
Octal 346 203 256
Decimal 230 131 174
Hex E6 83 AE

RGB Percentages of Color #e683ae

%42.99
%24.49
%32.52

CMYK Percentages of Color #e683ae

%0
%43
%24
%10

Triadic Colors of #e683ae

#e683ae #aee683 #83aee6

Analogous Colors of #e683ae

#e683ae #e68a83 #e683e0

Monochromatic Colors of #e683ae

#e683ae

Complementary Color

#e683ae #83e6bb

#e683ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e683ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e683ae Color CSS Codes

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

#e683ae Text Font Color

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

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


#e683ae Background Color

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

This div background color is #e683ae


#e683ae Border Color

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

This div border color is #e683ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e683ae


Comments

No comments written yet.

Please login to write comment.