Color Hex Logo

#e785bf Color Hex

#E785BF
(231,133,191)
0 Favorites   0 Comments

Color spaces of #e785bf

RGB 231133191
HSL0.900.670.71
HSV324°42°91°
CMYK 0.000.420.17   0.09
XYZ50.746537.525653.8587
Yxy37.52560.35700.2640
Hunter Lab61.258140.6684-9.2476
CIE-Lab67.669544.9817-13.9139

#e785bf color RGB value is (231,133,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000101 10111111
Octal 347 205 277
Decimal 231 133 191
Hex E7 85 BF

RGB Percentages of Color #e785bf

%41.62
%23.96
%34.41

CMYK Percentages of Color #e785bf

%0
%42
%17
%9

Triadic Colors of #e785bf

#e785bf #bfe785 #85bfe7

Analogous Colors of #e785bf

#e785bf #e7858e #de85e7

Monochromatic Colors of #e785bf

#e785bf

Complementary Color

#e785bf #85e7ad

#e785bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e785bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e785bf Color CSS Codes

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

#e785bf Text Font Color

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

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


#e785bf Background Color

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

This div background color is #e785bf


#e785bf Border Color

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

This div border color is #e785bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e785bf


Comments

No comments written yet.

Please login to write comment.