Color Hex Logo

#e764bb Color Hex

#E764BB
(231,100,187)
0 Favorites   0 Comments

Color spaces of #e764bb

RGB 231100187
HSL0.890.730.65
HSV320°57°91°
CMYK 0.000.570.19   0.09
XYZ46.481829.691150.2948
Yxy29.69110.36750.2348
Hunter Lab54.489556.9111-16.5830
CIE-Lab61.386860.3655-21.1774

#e764bb color RGB value is (231,100,187).

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

The process color (four color CMYK) of #e764bb color hex is 0.00, 0.57, 0.19, 0.09. Web safe color of #e764bb is #ff66cc. Color #e764bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100100 10111011
Octal 347 144 273
Decimal 231 100 187
Hex E7 64 BB

RGB Percentages of Color #e764bb

%44.59
%19.31
%36.10

CMYK Percentages of Color #e764bb

%0
%57
%19
%9

Triadic Colors of #e764bb

#e764bb #bbe764 #64bbe7

Analogous Colors of #e764bb

#e764bb #e7647a #d264e7

Monochromatic Colors of #e764bb

#e764bb

Complementary Color

#e764bb #64e790

#e764bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e764bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e764bb Color CSS Codes

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

#e764bb Text Font Color

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

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


#e764bb Background Color

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

This div background color is #e764bb


#e764bb Border Color

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

This div border color is #e764bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e764bb


Comments

No comments written yet.

Please login to write comment.