Color Hex Logo

#e678ae Color Hex

#E678AE
(230,120,174)
0 Favorites   0 Comments

Color spaces of #e678ae

RGB 230120174
HSL0.920.690.69
HSV331°48°90°
CMYK 0.000.480.24   0.10
XYZ46.989633.311943.9976
Yxy33.31190.37800.2680
Hunter Lab57.716544.3212-4.7956
CIE-Lab64.412748.7522-9.2182

#e678ae color RGB value is (230,120,174).

#e678ae hex color red value is 230, green value is 120 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e678ae hue: 0.92 , saturation: 0.69 and the lightness value of e678ae is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111000 10101110
Octal 346 170 256
Decimal 230 120 174
Hex E6 78 AE

RGB Percentages of Color #e678ae

%43.89
%22.90
%33.21

CMYK Percentages of Color #e678ae

%0
%48
%24
%10

Triadic Colors of #e678ae

#e678ae #aee678 #78aee6

Analogous Colors of #e678ae

#e678ae #e67978 #e678e5

Monochromatic Colors of #e678ae

#e678ae

Complementary Color

#e678ae #78e6b0

#e678ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e678ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e678ae Color CSS Codes

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

#e678ae Text Font Color

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

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


#e678ae Background Color

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

This div background color is #e678ae


#e678ae Border Color

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

This div border color is #e678ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e678ae


Comments

No comments written yet.

Please login to write comment.