Color Hex Logo

#e653dd Color Hex

#E653DD
(230,83,221)
0 Favorites   0 Comments

Color spaces of #e653dd

RGB 23083221
HSL0.840.750.61
HSV304°64°90°
CMYK 0.000.640.04   0.10
XYZ48.777528.230071.2847
Yxy28.23000.32890.1904
Hunter Lab53.131970.8902-42.3544
CIE-Lab60.096072.3107-42.4636

#e653dd color RGB value is (230,83,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010011 11011101
Octal 346 123 335
Decimal 230 83 221
Hex E6 53 DD

RGB Percentages of Color #e653dd

%43.07
%15.54
%41.39

CMYK Percentages of Color #e653dd

%0
%64
%4
%10

Triadic Colors of #e653dd

#e653dd #dde653 #53dde6

Analogous Colors of #e653dd

#e653dd #e65394 #a653e6

Monochromatic Colors of #e653dd

#e653dd

Complementary Color

#e653dd #53e65c

#e653dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e653dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e653dd Color CSS Codes

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

#e653dd Text Font Color

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

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


#e653dd Background Color

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

This div background color is #e653dd


#e653dd Border Color

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

This div border color is #e653dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e653dd


Comments

No comments written yet.

Please login to write comment.