Color Hex Logo

#e64dcd Color Hex

#E64DCD
(230,77,205)
0 Favorites   0 Comments

Color spaces of #e64dcd

RGB 23077205
HSL0.860.750.60
HSV310°67°90°
CMYK 0.000.670.11   0.10
XYZ46.306426.538560.4394
Yxy26.53850.34740.1991
Hunter Lab51.515570.2983-33.4997
CIE-Lab58.544772.1197-35.8424

#e64dcd color RGB value is (230,77,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001101 11001101
Octal 346 115 315
Decimal 230 77 205
Hex E6 4D CD

RGB Percentages of Color #e64dcd

%44.92
%15.04
%40.04

CMYK Percentages of Color #e64dcd

%0
%67
%11
%10

Triadic Colors of #e64dcd

#e64dcd #cde64d #4dcde6

Analogous Colors of #e64dcd

#e64dcd #e64d81 #b34de6

Monochromatic Colors of #e64dcd

#e64dcd

Complementary Color

#e64dcd #4de666

#e64dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64dcd Color CSS Codes

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

#e64dcd Text Font Color

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

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


#e64dcd Background Color

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

This div background color is #e64dcd


#e64dcd Border Color

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

This div border color is #e64dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64dcd


Comments

No comments written yet.

Please login to write comment.