Color Hex Logo

#e769be Color Hex

#E769BE
(231,105,190)
0 Favorites   0 Comments

Color spaces of #e769be

RGB 231105190
HSL0.890.720.66
HSV320°55°91°
CMYK 0.000.550.18   0.09
XYZ47.300830.809852.1691
Yxy30.80980.36310.2365
Hunter Lab55.506654.9751-16.8704
CIE-Lab62.346758.5279-21.4194

#e769be color RGB value is (231,105,190).

#e769be hex color red value is 231, green value is 105 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e769be hue: 0.89 , saturation: 0.72 and the lightness value of e769be is 0.66.

The process color (four color CMYK) of #e769be color hex is 0.00, 0.55, 0.18, 0.09. Web safe color of #e769be is #ff66cc. Color #e769be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101001 10111110
Octal 347 151 276
Decimal 231 105 190
Hex E7 69 BE

RGB Percentages of Color #e769be

%43.92
%19.96
%36.12

CMYK Percentages of Color #e769be

%0
%55
%18
%9

Triadic Colors of #e769be

#e769be #bee769 #69bee7

Analogous Colors of #e769be

#e769be #e7697f #d169e7

Monochromatic Colors of #e769be

#e769be

Complementary Color

#e769be #69e792

#e769be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e769be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e769be Color CSS Codes

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

#e769be Text Font Color

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

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


#e769be Background Color

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

This div background color is #e769be


#e769be Border Color

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

This div border color is #e769be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e769be


Comments

No comments written yet.

Please login to write comment.