Color Hex Logo

#e663dc Color Hex

#E663DC
(230,99,220)
0 Favorites   0 Comments

Color spaces of #e663dc

RGB 23099220
HSL0.850.720.65
HSV305°57°90°
CMYK 0.000.570.04   0.10
XYZ50.013230.914071.0412
Yxy30.91400.32910.2034
Hunter Lab55.600463.2623-36.8352
CIE-Lab62.435065.5811-38.2329

#e663dc color RGB value is (230,99,220).

#e663dc hex color red value is 230, green value is 99 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e663dc hue: 0.85 , saturation: 0.72 and the lightness value of e663dc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100011 11011100
Octal 346 143 334
Decimal 230 99 220
Hex E6 63 DC

RGB Percentages of Color #e663dc

%41.89
%18.03
%40.07

CMYK Percentages of Color #e663dc

%0
%57
%4
%10

Triadic Colors of #e663dc

#e663dc #dce663 #63dce6

Analogous Colors of #e663dc

#e663dc #e6639b #af63e6

Monochromatic Colors of #e663dc

#e663dc

Complementary Color

#e663dc #63e66d

#e663dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e663dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e663dc Color CSS Codes

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

#e663dc Text Font Color

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

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


#e663dc Background Color

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

This div background color is #e663dc


#e663dc Border Color

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

This div border color is #e663dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e663dc


Comments

No comments written yet.

Please login to write comment.