Color Hex Logo

#e68fac Color Hex

#E68FAC
(230,143,172)
1 Favorites   0 Comments

Color spaces of #e68fac

RGB 230143172
HSL0.940.640.73
HSV340°38°90°
CMYK 0.000.380.25   0.10
XYZ49.902039.446544.0135
Yxy39.44650.37420.2958
Hunter Lab62.806431.91342.4153
CIE-Lab69.073536.6674-1.2002

#e68fac color RGB value is (230,143,172).

#e68fac hex color red value is 230, green value is 143 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e68fac hue: 0.94 , saturation: 0.64 and the lightness value of e68fac is 0.73.

The process color (four color CMYK) of #e68fac color hex is 0.00, 0.38, 0.25, 0.10. Web safe color of #e68fac is #ff9999. Color #e68fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001111 10101100
Octal 346 217 254
Decimal 230 143 172
Hex E6 8F AC

RGB Percentages of Color #e68fac

%42.20
%26.24
%31.56

CMYK Percentages of Color #e68fac

%0
%38
%25
%10

Triadic Colors of #e68fac

#e68fac #ace68f #8face6

Analogous Colors of #e68fac

#e68fac #e69e8f #e68fd8

Monochromatic Colors of #e68fac

#e68fac

Complementary Color

#e68fac #8fe6c9

#e68fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68fac Color CSS Codes

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

#e68fac Text Font Color

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

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


#e68fac Background Color

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

This div background color is #e68fac


#e68fac Border Color

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

This div border color is #e68fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68fac

#e68fac Color Palettes


Comments

No comments written yet.

Please login to write comment.