Color Hex Logo

#e731dc Color Hex

#E731DC
(231,49,220)
0 Favorites   0 Comments

Color spaces of #e731dc

RGB 23149220
HSL0.840.790.55
HSV304°79°91°
CMYK 0.000.790.05   0.09
XYZ46.971624.352969.9350
Yxy24.35290.33250.1724
Hunter Lab49.348783.5417-49.4794
CIE-Lab56.439483.0692-47.6650

#e731dc color RGB value is (231,49,220).

#e731dc hex color red value is 231, green value is 49 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e731dc hue: 0.84 , saturation: 0.79 and the lightness value of e731dc is 0.55.

The process color (four color CMYK) of #e731dc color hex is 0.00, 0.79, 0.05, 0.09. Web safe color of #e731dc is #ff33cc. Color #e731dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00110001 11011100
Octal 347 61 334
Decimal 231 49 220
Hex E7 31 DC

RGB Percentages of Color #e731dc

%46.20
%9.80
%44.00

CMYK Percentages of Color #e731dc

%0
%79
%5
%9

Triadic Colors of #e731dc

#e731dc #dce731 #31dce7

Analogous Colors of #e731dc

#e731dc #e73181 #9731e7

Monochromatic Colors of #e731dc

#e731dc

Complementary Color

#e731dc #31e73c

#e731dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e731dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e731dc Color CSS Codes

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

#e731dc Text Font Color

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

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


#e731dc Background Color

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

This div background color is #e731dc


#e731dc Border Color

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

This div border color is #e731dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,49,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e731dc


Comments

No comments written yet.

Please login to write comment.