Color Hex Logo

#e766bf Color Hex

#E766BF
(231,102,191)
0 Favorites   0 Comments

Color spaces of #e766bf

RGB 231102191
HSL0.890.730.65
HSV319°56°91°
CMYK 0.000.560.17   0.09
XYZ47.110330.253352.6467
Yxy30.25330.36240.2327
Hunter Lab55.003056.6307-18.2479
CIE-Lab61.872260.0409-22.7138

#e766bf color RGB value is (231,102,191).

#e766bf hex color red value is 231, green value is 102 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e766bf hue: 0.89 , saturation: 0.73 and the lightness value of e766bf is 0.65.

The process color (four color CMYK) of #e766bf color hex is 0.00, 0.56, 0.17, 0.09. Web safe color of #e766bf is #ff66cc. Color #e766bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100110 10111111
Octal 347 146 277
Decimal 231 102 191
Hex E7 66 BF

RGB Percentages of Color #e766bf

%44.08
%19.47
%36.45

CMYK Percentages of Color #e766bf

%0
%56
%17
%9

Triadic Colors of #e766bf

#e766bf #bfe766 #66bfe7

Analogous Colors of #e766bf

#e766bf #e7667f #cf66e7

Monochromatic Colors of #e766bf

#e766bf

Complementary Color

#e766bf #66e78e

#e766bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e766bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e766bf Color CSS Codes

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

#e766bf Text Font Color

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

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


#e766bf Background Color

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

This div background color is #e766bf


#e766bf Border Color

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

This div border color is #e766bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e766bf


Comments

No comments written yet.

Please login to write comment.