Color Hex Logo

#e63add Color Hex

#E63ADD
(230,58,221)
0 Favorites   0 Comments

Color spaces of #e63add

RGB 23058221
HSL0.840.770.56
HSV303°75°90°
CMYK 0.000.750.04   0.10
XYZ47.197325.069670.7579
Yxy25.06960.33000.1753
Hunter Lab50.069680.6386-48.7395
CIE-Lab57.143280.6679-47.1258

#e63add color RGB value is (230,58,221).

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

The process color (four color CMYK) of #e63add color hex is 0.00, 0.75, 0.04, 0.10. Web safe color of #e63add is #ff33cc. Color #e63add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111010 11011101
Octal 346 72 335
Decimal 230 58 221
Hex E6 3A DD

RGB Percentages of Color #e63add

%45.19
%11.39
%43.42

CMYK Percentages of Color #e63add

%0
%75
%4
%10

Triadic Colors of #e63add

#e63add #dde63a #3adde6

Analogous Colors of #e63add

#e63add #e63a87 #993ae6

Monochromatic Colors of #e63add

#e63add

Complementary Color

#e63add #3ae643

#e63add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63add Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63add Color CSS Codes

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

#e63add Text Font Color

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

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


#e63add Background Color

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

This div background color is #e63add


#e63add Border Color

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

This div border color is #e63add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63add


Comments

No comments written yet.

Please login to write comment.