Color Hex Logo

#e65ddd Color Hex

#E65DDD
(230,93,221)
0 Favorites   0 Comments

Color spaces of #e65ddd

RGB 23093221
HSL0.840.730.63
HSV304°60°90°
CMYK 0.000.600.04   0.10
XYZ49.598629.872271.5584
Yxy29.87220.32840.1978
Hunter Lab54.655566.3376-39.3674
CIE-Lab61.543868.3038-40.1894

#e65ddd color RGB value is (230,93,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011101 11011101
Octal 346 135 335
Decimal 230 93 221
Hex E6 5D DD

RGB Percentages of Color #e65ddd

%42.28
%17.10
%40.63

CMYK Percentages of Color #e65ddd

%0
%60
%4
%10

Triadic Colors of #e65ddd

#e65ddd #dde65d #5ddde6

Analogous Colors of #e65ddd

#e65ddd #e65d99 #ab5de6

Monochromatic Colors of #e65ddd

#e65ddd

Complementary Color

#e65ddd #5de666

#e65ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65ddd Color CSS Codes

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

#e65ddd Text Font Color

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

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


#e65ddd Background Color

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

This div background color is #e65ddd


#e65ddd Border Color

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

This div border color is #e65ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65ddd


Comments

No comments written yet.

Please login to write comment.