Color Hex Logo

#e63fad Color Hex

#E63FAD
(230,63,173)
0 Favorites   0 Comments

Color spaces of #e63fad

RGB 23063173
HSL0.890.770.57
HSV320°73°90°
CMYK 0.000.730.25   0.10
XYZ41.953523.395141.8397
Yxy23.39510.39140.2183
Hunter Lab48.368570.1812-17.4291
CIE-Lab55.477072.6069-22.1666

#e63fad color RGB value is (230,63,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111111 10101101
Octal 346 77 255
Decimal 230 63 173
Hex E6 3F AD

RGB Percentages of Color #e63fad

%49.36
%13.52
%37.12

CMYK Percentages of Color #e63fad

%0
%73
%25
%10

Triadic Colors of #e63fad

#e63fad #ade63f #3fade6

Analogous Colors of #e63fad

#e63fad #e63f5a #cc3fe6

Monochromatic Colors of #e63fad

#e63fad

Complementary Color

#e63fad #3fe678

#e63fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63fad Color CSS Codes

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

#e63fad Text Font Color

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

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


#e63fad Background Color

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

This div background color is #e63fad


#e63fad Border Color

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

This div border color is #e63fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63fad


Comments

No comments written yet.

Please login to write comment.