Color Hex Logo

#e63ada Color Hex

#E63ADA
(230,58,218)
0 Favorites   0 Comments

Color spaces of #e63ada

RGB 23058218
HSL0.840.770.56
HSV304°75°90°
CMYK 0.000.750.05   0.10
XYZ46.801124.911168.6713
Yxy24.91110.33340.1775
Hunter Lab49.911080.0335-46.6379
CIE-Lab56.988780.2227-45.6723

#e63ada color RGB value is (230,58,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111010 11011010
Octal 346 72 332
Decimal 230 58 218
Hex E6 3A DA

RGB Percentages of Color #e63ada

%45.45
%11.46
%43.08

CMYK Percentages of Color #e63ada

%0
%75
%5
%10

Triadic Colors of #e63ada

#e63ada #dae63a #3adae6

Analogous Colors of #e63ada

#e63ada #e63a84 #9c3ae6

Monochromatic Colors of #e63ada

#e63ada

Complementary Color

#e63ada #3ae646

#e63ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63ada Color CSS Codes

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

#e63ada Text Font Color

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

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


#e63ada Background Color

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

This div background color is #e63ada


#e63ada Border Color

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

This div border color is #e63ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63ada


Comments

No comments written yet.

Please login to write comment.