Color Hex Logo

#e663da Color Hex

#E663DA
(230,99,218)
0 Favorites   0 Comments

Color spaces of #e663da

RGB 23099218
HSL0.850.720.65
HSV305°57°90°
CMYK 0.000.570.05   0.10
XYZ49.749930.808669.6542
Yxy30.80860.33120.2051
Hunter Lab55.505562.8560-35.5496
CIE-Lab62.345765.2561-37.2504

#e663da color RGB value is (230,99,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100011 11011010
Octal 346 143 332
Decimal 230 99 218
Hex E6 63 DA

RGB Percentages of Color #e663da

%42.05
%18.10
%39.85

CMYK Percentages of Color #e663da

%0
%57
%5
%10

Triadic Colors of #e663da

#e663da #dae663 #63dae6

Analogous Colors of #e663da

#e663da #e66399 #b163e6

Monochromatic Colors of #e663da

#e663da

Complementary Color

#e663da #63e66f

#e663da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e663da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e663da Color CSS Codes

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

#e663da Text Font Color

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

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


#e663da Background Color

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

This div background color is #e663da


#e663da Border Color

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

This div border color is #e663da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e663da


Comments

No comments written yet.

Please login to write comment.