Color Hex Logo

#e64dbc Color Hex

#E64DBC
(230,77,188)
0 Favorites   0 Comments

Color spaces of #e64dbc

RGB 23077188
HSL0.880.750.60
HSV316°67°90°
CMYK 0.000.670.18   0.10
XYZ44.364125.761650.2112
Yxy25.76160.36870.2141
Hunter Lab50.755967.1984-23.1246
CIE-Lab57.810169.7067-27.2585

#e64dbc color RGB value is (230,77,188).

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

The process color (four color CMYK) of #e64dbc color hex is 0.00, 0.67, 0.18, 0.10. Web safe color of #e64dbc is #ff66cc. Color #e64dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001101 10111100
Octal 346 115 274
Decimal 230 77 188
Hex E6 4D BC

RGB Percentages of Color #e64dbc

%46.46
%15.56
%37.98

CMYK Percentages of Color #e64dbc

%0
%67
%18
%10

Triadic Colors of #e64dbc

#e64dbc #bce64d #4dbce6

Analogous Colors of #e64dbc

#e64dbc #e64d70 #c44de6

Monochromatic Colors of #e64dbc

#e64dbc

Complementary Color

#e64dbc #4de677

#e64dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64dbc Color CSS Codes

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

#e64dbc Text Font Color

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

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


#e64dbc Background Color

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

This div background color is #e64dbc


#e64dbc Border Color

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

This div border color is #e64dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64dbc


Comments

No comments written yet.

Please login to write comment.