Color Hex Logo

#e781c2 Color Hex

#E781C2
(231,129,194)
0 Favorites   0 Comments

Color spaces of #e781c2

RGB 231129194
HSL0.890.680.71
HSV322°44°91°
CMYK 0.000.440.16   0.09
XYZ50.542936.584555.4365
Yxy36.58450.35450.2566
Hunter Lab60.485143.3102-12.0015
CIE-Lab66.964147.4789-16.6597

#e781c2 color RGB value is (231,129,194).

#e781c2 hex color red value is 231, green value is 129 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #e781c2 hue: 0.89 , saturation: 0.68 and the lightness value of e781c2 is 0.71.

The process color (four color CMYK) of #e781c2 color hex is 0.00, 0.44, 0.16, 0.09. Web safe color of #e781c2 is #ff99cc. Color #e781c2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000001 11000010
Octal 347 201 302
Decimal 231 129 194
Hex E7 81 C2

RGB Percentages of Color #e781c2

%41.70
%23.29
%35.02

CMYK Percentages of Color #e781c2

%0
%44
%16
%9

Triadic Colors of #e781c2

#e781c2 #c2e781 #81c2e7

Analogous Colors of #e781c2

#e781c2 #e7818f #d981e7

Monochromatic Colors of #e781c2

#e781c2

Complementary Color

#e781c2 #81e7a6

#e781c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e781c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e781c2 Color CSS Codes

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

#e781c2 Text Font Color

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

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


#e781c2 Background Color

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

This div background color is #e781c2


#e781c2 Border Color

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

This div border color is #e781c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e781c2


Comments

No comments written yet.

Please login to write comment.