Color Hex Logo

#e65fac Color Hex

#E65FAC
(230,95,172)
0 Favorites   0 Comments

Color spaces of #e65fac

RGB 23095172
HSL0.900.730.64
HSV326°59°90°
CMYK 0.000.590.25   0.10
XYZ44.171727.986042.1035
Yxy27.98600.38660.2449
Hunter Lab52.901856.4650-10.1565
CIE-Lab59.876160.2399-14.8869

#e65fac color RGB value is (230,95,172).

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

The process color (four color CMYK) of #e65fac color hex is 0.00, 0.59, 0.25, 0.10. Web safe color of #e65fac is #ff6699. Color #e65fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011111 10101100
Octal 346 137 254
Decimal 230 95 172
Hex E6 5F AC

RGB Percentages of Color #e65fac

%46.28
%19.11
%34.61

CMYK Percentages of Color #e65fac

%0
%59
%25
%10

Triadic Colors of #e65fac

#e65fac #ace65f #5face6

Analogous Colors of #e65fac

#e65fac #e65f69 #dd5fe6

Monochromatic Colors of #e65fac

#e65fac

Complementary Color

#e65fac #5fe699

#e65fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65fac Color CSS Codes

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

#e65fac Text Font Color

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

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


#e65fac Background Color

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

This div background color is #e65fac


#e65fac Border Color

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

This div border color is #e65fac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,95,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 #e65fac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65fac


Comments

No comments written yet.

Please login to write comment.