Color Hex Logo

#e768bb Color Hex

#E768BB
(231,104,187)
0 Favorites   0 Comments

Color spaces of #e768bb

RGB 231104187
HSL0.890.730.66
HSV321°55°91°
CMYK 0.000.550.19   0.09
XYZ46.875030.477450.4259
Yxy30.47740.36680.2385
Hunter Lab55.206354.9510-15.5115
CIE-Lab62.064058.5542-20.1441

#e768bb color RGB value is (231,104,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101000 10111011
Octal 347 150 273
Decimal 231 104 187
Hex E7 68 BB

RGB Percentages of Color #e768bb

%44.25
%19.92
%35.82

CMYK Percentages of Color #e768bb

%0
%55
%19
%9

Triadic Colors of #e768bb

#e768bb #bbe768 #68bbe7

Analogous Colors of #e768bb

#e768bb #e7687c #d468e7

Monochromatic Colors of #e768bb

#e768bb

Complementary Color

#e768bb #68e794

#e768bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e768bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e768bb Color CSS Codes

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

#e768bb Text Font Color

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

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


#e768bb Background Color

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

This div background color is #e768bb


#e768bb Border Color

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

This div border color is #e768bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e768bb


Comments

No comments written yet.

Please login to write comment.