Color Hex Logo

#e631ad Color Hex

#E631AD
(230,49,173)
0 Favorites   0 Comments

Color spaces of #e631ad

RGB 23049173
HSL0.890.780.55
HSV319°79°90°
CMYK 0.000.790.25   0.10
XYZ41.274322.036741.6133
Yxy22.03670.39340.2100
Hunter Lab46.943374.7933-19.6979
CIE-Lab54.065976.6235-24.3368

#e631ad color RGB value is (230,49,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110001 10101101
Octal 346 61 255
Decimal 230 49 173
Hex E6 31 AD

RGB Percentages of Color #e631ad

%50.88
%10.84
%38.27

CMYK Percentages of Color #e631ad

%0
%79
%25
%10

Triadic Colors of #e631ad

#e631ad #ade631 #31ade6

Analogous Colors of #e631ad

#e631ad #e63153 #c531e6

Monochromatic Colors of #e631ad

#e631ad

Complementary Color

#e631ad #31e66a

#e631ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e631ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e631ad Color CSS Codes

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

#e631ad Text Font Color

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

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


#e631ad Background Color

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

This div background color is #e631ad


#e631ad Border Color

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

This div border color is #e631ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e631ad


Comments

No comments written yet.

Please login to write comment.