Color Hex Logo

#e64dab Color Hex

#E64DAB
(230,77,171)
0 Favorites   0 Comments

Color spaces of #e64dab

RGB 23077171
HSL0.900.750.60
HSV323°67°90°
CMYK 0.000.670.26   0.10
XYZ42.637725.071041.1200
Yxy25.07100.39180.2304
Hunter Lab50.070964.3767-13.6413
CIE-Lab57.144567.4776-18.4530

#e64dab color RGB value is (230,77,171).

#e64dab hex color red value is 230, green value is 77 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e64dab hue: 0.90 , saturation: 0.75 and the lightness value of e64dab is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001101 10101011
Octal 346 115 253
Decimal 230 77 171
Hex E6 4D AB

RGB Percentages of Color #e64dab

%48.12
%16.11
%35.77

CMYK Percentages of Color #e64dab

%0
%67
%26
%10

Triadic Colors of #e64dab

#e64dab #abe64d #4dabe6

Analogous Colors of #e64dab

#e64dab #e64d5e #d54de6

Monochromatic Colors of #e64dab

#e64dab

Complementary Color

#e64dab #4de688

#e64dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64dab Color CSS Codes

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

#e64dab Text Font Color

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

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


#e64dab Background Color

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

This div background color is #e64dab


#e64dab Border Color

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

This div border color is #e64dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64dab


Comments

No comments written yet.

Please login to write comment.