Color Hex Logo

#e679a5 Color Hex

#E679A5
(230,121,165)
0 Favorites   0 Comments

Color spaces of #e679a5

RGB 230121165
HSL0.930.690.69
HSV336°47°90°
CMYK 0.000.470.28   0.10
XYZ46.262033.214439.5700
Yxy33.21440.38860.2790
Hunter Lab57.631942.4287-0.3661
CIE-Lab64.334147.0395-4.2174

#e679a5 color RGB value is (230,121,165).

#e679a5 hex color red value is 230, green value is 121 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #e679a5 hue: 0.93 , saturation: 0.69 and the lightness value of e679a5 is 0.69.

The process color (four color CMYK) of #e679a5 color hex is 0.00, 0.47, 0.28, 0.10. Web safe color of #e679a5 is #ff6699. Color #e679a5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111001 10100101
Octal 346 171 245
Decimal 230 121 165
Hex E6 79 A5

RGB Percentages of Color #e679a5

%44.57
%23.45
%31.98

CMYK Percentages of Color #e679a5

%0
%47
%28
%10

Triadic Colors of #e679a5

#e679a5 #a5e679 #79a5e6

Analogous Colors of #e679a5

#e679a5 #e68479 #e679dc

Monochromatic Colors of #e679a5

#e679a5

Complementary Color

#e679a5 #79e6ba

#e679a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e679a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e679a5 Color CSS Codes

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

#e679a5 Text Font Color

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

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


#e679a5 Background Color

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

This div background color is #e679a5


#e679a5 Border Color

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

This div border color is #e679a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e679a5


Comments

No comments written yet.

Please login to write comment.