Color Hex Logo

#e63daf Color Hex

#E63DAF
(230,61,175)
0 Favorites   0 Comments

Color spaces of #e63daf

RGB 23061175
HSL0.890.770.57
HSV320°73°90°
CMYK 0.000.730.24   0.10
XYZ42.039723.255642.8305
Yxy23.25560.38880.2151
Hunter Lab48.224171.2167-18.9019
CIE-Lab55.334673.4811-23.5509

#e63daf color RGB value is (230,61,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111101 10101111
Octal 346 75 257
Decimal 230 61 175
Hex E6 3D AF

RGB Percentages of Color #e63daf

%49.36
%13.09
%37.55

CMYK Percentages of Color #e63daf

%0
%73
%24
%10

Triadic Colors of #e63daf

#e63daf #afe63d #3dafe6

Analogous Colors of #e63daf

#e63daf #e63d5b #c93de6

Monochromatic Colors of #e63daf

#e63daf

Complementary Color

#e63daf #3de674

#e63daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63daf Color CSS Codes

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

#e63daf Text Font Color

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

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


#e63daf Background Color

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

This div background color is #e63daf


#e63daf Border Color

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

This div border color is #e63daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63daf


Comments

No comments written yet.

Please login to write comment.