Color Hex Logo

#e63aaf Color Hex

#E63AAF
(230,58,175)
0 Favorites   0 Comments

Color spaces of #e63aaf

RGB 23058175
HSL0.890.770.56
HSV319°75°90°
CMYK 0.000.750.24   0.10
XYZ41.884022.944342.7786
Yxy22.94430.38920.2132
Hunter Lab47.900272.2552-19.4204
CIE-Lab55.014974.3883-24.0429

#e63aaf color RGB value is (230,58,175).

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

The process color (four color CMYK) of #e63aaf color hex is 0.00, 0.75, 0.24, 0.10. Web safe color of #e63aaf is #ff3399. Color #e63aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111010 10101111
Octal 346 72 257
Decimal 230 58 175
Hex E6 3A AF

RGB Percentages of Color #e63aaf

%49.68
%12.53
%37.80

CMYK Percentages of Color #e63aaf

%0
%75
%24
%10

Triadic Colors of #e63aaf

#e63aaf #afe63a #3aafe6

Analogous Colors of #e63aaf

#e63aaf #e63a59 #c73ae6

Monochromatic Colors of #e63aaf

#e63aaf

Complementary Color

#e63aaf #3ae671

#e63aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63aaf Color CSS Codes

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

#e63aaf Text Font Color

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

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


#e63aaf Background Color

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

This div background color is #e63aaf


#e63aaf Border Color

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

This div border color is #e63aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63aaf


Comments

No comments written yet.

Please login to write comment.