Color Hex Logo

#e678a7 Color Hex

#E678A7
(230,120,167)
0 Favorites   0 Comments

Color spaces of #e678a7

RGB 230120167
HSL0.930.690.69
HSV334°48°90°
CMYK 0.000.480.27   0.10
XYZ46.324633.046040.4961
Yxy33.04600.38650.2757
Hunter Lab57.485743.2437-1.5272
CIE-Lab64.198147.8030-5.5568

#e678a7 color RGB value is (230,120,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111000 10100111
Octal 346 170 247
Decimal 230 120 167
Hex E6 78 A7

RGB Percentages of Color #e678a7

%44.49
%23.21
%32.30

CMYK Percentages of Color #e678a7

%0
%48
%27
%10

Triadic Colors of #e678a7

#e678a7 #a7e678 #78a7e6

Analogous Colors of #e678a7

#e678a7 #e68078 #e678de

Monochromatic Colors of #e678a7

#e678a7

Complementary Color

#e678a7 #78e6b7

#e678a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e678a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e678a7 Color CSS Codes

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

#e678a7 Text Font Color

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

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


#e678a7 Background Color

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

This div background color is #e678a7


#e678a7 Border Color

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

This div border color is #e678a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e678a7


Comments

No comments written yet.

Please login to write comment.