Color Hex Logo

#e64cab Color Hex

#E64CAB
(230,76,171)
0 Favorites   0 Comments

Color spaces of #e64cab

RGB 23076171
HSL0.900.750.60
HSV323°67°90°
CMYK 0.000.670.26   0.10
XYZ42.568324.932241.0969
Yxy24.93220.39200.2296
Hunter Lab49.932264.7941-13.8464
CIE-Lab57.009367.8528-18.6591

#e64cab color RGB value is (230,76,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001100 10101011
Octal 346 114 253
Decimal 230 76 171
Hex E6 4C AB

RGB Percentages of Color #e64cab

%48.22
%15.93
%35.85

CMYK Percentages of Color #e64cab

%0
%67
%26
%10

Triadic Colors of #e64cab

#e64cab #abe64c #4cabe6

Analogous Colors of #e64cab

#e64cab #e64c5e #d44ce6

Monochromatic Colors of #e64cab

#e64cab

Complementary Color

#e64cab #4ce687

#e64cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64cab Color CSS Codes

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

#e64cab Text Font Color

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

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


#e64cab Background Color

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

This div background color is #e64cab


#e64cab Border Color

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

This div border color is #e64cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64cab


Comments

No comments written yet.

Please login to write comment.