Color Hex Logo

#e781bf Color Hex

#E781BF
(231,129,191)
0 Favorites   0 Comments

Color spaces of #e781bf

RGB 231129191
HSL0.900.680.71
HSV324°44°91°
CMYK 0.000.440.17   0.09
XYZ50.209236.451053.6796
Yxy36.45100.35780.2597
Hunter Lab60.374742.7898-10.4530
CIE-Lab66.863147.0209-15.1287

#e781bf color RGB value is (231,129,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000001 10111111
Octal 347 201 277
Decimal 231 129 191
Hex E7 81 BF

RGB Percentages of Color #e781bf

%41.92
%23.41
%34.66

CMYK Percentages of Color #e781bf

%0
%44
%17
%9

Triadic Colors of #e781bf

#e781bf #bfe781 #81bfe7

Analogous Colors of #e781bf

#e781bf #e7818c #dc81e7

Monochromatic Colors of #e781bf

#e781bf

Complementary Color

#e781bf #81e7a9

#e781bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e781bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e781bf Color CSS Codes

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

#e781bf Text Font Color

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

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


#e781bf Background Color

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

This div background color is #e781bf


#e781bf Border Color

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

This div border color is #e781bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e781bf


Comments

No comments written yet.

Please login to write comment.