Color Hex Logo

#e679d8 Color Hex

#E679D8
(230,121,216)
0 Favorites   0 Comments

Color spaces of #e679d8

RGB 230121216
HSL0.850.690.69
HSV308°47°90°
CMYK 0.000.470.06   0.10
XYZ51.865235.455669.0758
Yxy35.45560.33160.2267
Hunter Lab59.544651.2760-27.0992
CIE-Lab66.101854.6978-30.2960

#e679d8 color RGB value is (230,121,216).

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

The process color (four color CMYK) of #e679d8 color hex is 0.00, 0.47, 0.06, 0.10. Web safe color of #e679d8 is #ff66cc. Color #e679d8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111001 11011000
Octal 346 171 330
Decimal 230 121 216
Hex E6 79 D8

RGB Percentages of Color #e679d8

%40.56
%21.34
%38.10

CMYK Percentages of Color #e679d8

%0
%47
%6
%10

Triadic Colors of #e679d8

#e679d8 #d8e679 #79d8e6

Analogous Colors of #e679d8

#e679d8 #e679a2 #be79e6

Monochromatic Colors of #e679d8

#e679d8

Complementary Color

#e679d8 #79e687

#e679d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e679d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e679d8 Color CSS Codes

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

#e679d8 Text Font Color

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

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


#e679d8 Background Color

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

This div background color is #e679d8


#e679d8 Border Color

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

This div border color is #e679d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e679d8


Comments

No comments written yet.

Please login to write comment.