Color Hex Logo

#e679cd Color Hex

#E679CD
(230,121,205)
0 Favorites   0 Comments

Color spaces of #e679cd

RGB 230121205
HSL0.870.690.69
HSV314°47°90°
CMYK 0.000.470.11   0.10
XYZ50.489934.905561.8339
Yxy34.90550.34290.2371
Hunter Lab59.080949.1527-20.6962
CIE-Lab65.675052.8937-24.8033

#e679cd color RGB value is (230,121,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111001 11001101
Octal 346 171 315
Decimal 230 121 205
Hex E6 79 CD

RGB Percentages of Color #e679cd

%41.37
%21.76
%36.87

CMYK Percentages of Color #e679cd

%0
%47
%11
%10

Triadic Colors of #e679cd

#e679cd #cde679 #79cde6

Analogous Colors of #e679cd

#e679cd #e67997 #c979e6

Monochromatic Colors of #e679cd

#e679cd

Complementary Color

#e679cd #79e692

#e679cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e679cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e679cd Color CSS Codes

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

#e679cd Text Font Color

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

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


#e679cd Background Color

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

This div background color is #e679cd


#e679cd Border Color

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

This div border color is #e679cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e679cd


Comments

No comments written yet.

Please login to write comment.