Color Hex Logo

#e768ba Color Hex

#E768BA
(231,104,186)
0 Favorites   0 Comments

Color spaces of #e768ba

RGB 231104186
HSL0.890.730.66
HSV321°55°91°
CMYK 0.000.550.19   0.09
XYZ46.768230.434749.8639
Yxy30.43470.36810.2395
Hunter Lab55.167754.7794-14.9726
CIE-Lab62.027558.4112-19.6300

#e768ba color RGB value is (231,104,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101000 10111010
Octal 347 150 272
Decimal 231 104 186
Hex E7 68 BA

RGB Percentages of Color #e768ba

%44.34
%19.96
%35.70

CMYK Percentages of Color #e768ba

%0
%55
%19
%9

Triadic Colors of #e768ba

#e768ba #bae768 #68bae7

Analogous Colors of #e768ba

#e768ba #e7687b #d568e7

Monochromatic Colors of #e768ba

#e768ba

Complementary Color

#e768ba #68e795

#e768ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e768ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e768ba Color CSS Codes

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

#e768ba Text Font Color

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

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


#e768ba Background Color

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

This div background color is #e768ba


#e768ba Border Color

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

This div border color is #e768ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e768ba


Comments

No comments written yet.

Please login to write comment.