Color Hex Logo

#e63ad3 Color Hex

#E63AD3
(230,58,211)
0 Favorites   0 Comments

Color spaces of #e63ad3

RGB 23058211
HSL0.850.770.56
HSV307°75°90°
CMYK 0.000.750.08   0.10
XYZ45.904124.552363.9477
Yxy24.55230.34150.1827
Hunter Lab49.550378.6520-41.8322
CIE-Lab56.636679.2017-42.2530

#e63ad3 color RGB value is (230,58,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111010 11010011
Octal 346 72 323
Decimal 230 58 211
Hex E6 3A D3

RGB Percentages of Color #e63ad3

%46.09
%11.62
%42.28

CMYK Percentages of Color #e63ad3

%0
%75
%8
%10

Triadic Colors of #e63ad3

#e63ad3 #d3e63a #3ad3e6

Analogous Colors of #e63ad3

#e63ad3 #e63a7d #a33ae6

Monochromatic Colors of #e63ad3

#e63ad3

Complementary Color

#e63ad3 #3ae64d

#e63ad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63ad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63ad3 Color CSS Codes

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

#e63ad3 Text Font Color

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

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


#e63ad3 Background Color

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

This div background color is #e63ad3


#e63ad3 Border Color

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

This div border color is #e63ad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63ad3


Comments

No comments written yet.

Please login to write comment.