Color Hex Logo

#e63fae Color Hex

#E63FAE
(230,63,174)
0 Favorites   0 Comments

Color spaces of #e63fae

RGB 23063174
HSL0.890.770.57
HSV320°73°90°
CMYK 0.000.730.24   0.10
XYZ42.050623.434042.3513
Yxy23.43400.38990.2173
Hunter Lab48.408770.3403-17.9850
CIE-Lab55.516672.7297-22.6886

#e63fae color RGB value is (230,63,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111111 10101110
Octal 346 77 256
Decimal 230 63 174
Hex E6 3F AE

RGB Percentages of Color #e63fae

%49.25
%13.49
%37.26

CMYK Percentages of Color #e63fae

%0
%73
%24
%10

Triadic Colors of #e63fae

#e63fae #aee63f #3faee6

Analogous Colors of #e63fae

#e63fae #e63f5a #cb3fe6

Monochromatic Colors of #e63fae

#e63fae

Complementary Color

#e63fae #3fe677

#e63fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63fae Color CSS Codes

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

#e63fae Text Font Color

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

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


#e63fae Background Color

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

This div background color is #e63fae


#e63fae Border Color

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

This div border color is #e63fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63fae


Comments

No comments written yet.

Please login to write comment.