Color Hex Logo

#e64ddd Color Hex

#E64DDD
(230,77,221)
0 Favorites   0 Comments

Color spaces of #e64ddd

RGB 23077221
HSL0.840.750.60
HSV304°67°90°
CMYK 0.000.670.04   0.10
XYZ48.338127.351271.1382
Yxy27.35120.32920.1863
Hunter Lab52.298473.4610-44.0396
CIE-Lab59.298074.5445-43.7204

#e64ddd color RGB value is (230,77,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001101 11011101
Octal 346 115 335
Decimal 230 77 221
Hex E6 4D DD

RGB Percentages of Color #e64ddd

%43.56
%14.58
%41.86

CMYK Percentages of Color #e64ddd

%0
%67
%4
%10

Triadic Colors of #e64ddd

#e64ddd #dde64d #4ddde6

Analogous Colors of #e64ddd

#e64ddd #e64d91 #a34de6

Monochromatic Colors of #e64ddd

#e64ddd

Complementary Color

#e64ddd #4de656

#e64ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64ddd Color CSS Codes

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

#e64ddd Text Font Color

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

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


#e64ddd Background Color

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

This div background color is #e64ddd


#e64ddd Border Color

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

This div border color is #e64ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64ddd


Comments

No comments written yet.

Please login to write comment.