Color Hex Logo

#e67fab Color Hex

#E67FAB
(230,127,171)
0 Favorites   0 Comments

Color spaces of #e67fab

RGB 230127171
HSL0.930.670.70
HSV334°45°90°
CMYK 0.000.450.26   0.10
XYZ47.573234.942042.7652
Yxy34.94200.37970.2789
Hunter Lab59.111840.2114-1.5159
CIE-Lab65.703544.8184-5.5990

#e67fab color RGB value is (230,127,171).

#e67fab hex color red value is 230, green value is 127 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e67fab hue: 0.93 , saturation: 0.67 and the lightness value of e67fab is 0.70.

The process color (four color CMYK) of #e67fab color hex is 0.00, 0.45, 0.26, 0.10. Web safe color of #e67fab is #ff6699. Color #e67fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111111 10101011
Octal 346 177 253
Decimal 230 127 171
Hex E6 7F AB

RGB Percentages of Color #e67fab

%43.56
%24.05
%32.39

CMYK Percentages of Color #e67fab

%0
%45
%26
%10

Triadic Colors of #e67fab

#e67fab #abe67f #7fabe6

Analogous Colors of #e67fab

#e67fab #e6877f #e67fdf

Monochromatic Colors of #e67fab

#e67fab

Complementary Color

#e67fab #7fe6ba

#e67fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67fab Color CSS Codes

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

#e67fab Text Font Color

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

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


#e67fab Background Color

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

This div background color is #e67fab


#e67fab Border Color

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

This div border color is #e67fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67fab


Comments

No comments written yet.

Please login to write comment.