Color Hex Logo

#e68bce Color Hex

#E68BCE
(230,139,206)
0 Favorites   0 Comments

Color spaces of #e68bce

RGB 230139206
HSL0.880.650.72
HSV316°40°90°
CMYK 0.000.400.10   0.10
XYZ53.006339.744563.2702
Yxy39.74450.33970.2547
Hunter Lab63.043239.7558-15.3732
CIE-Lab69.287243.9428-19.8481

#e68bce color RGB value is (230,139,206).

#e68bce hex color red value is 230, green value is 139 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e68bce hue: 0.88 , saturation: 0.65 and the lightness value of e68bce is 0.72.

The process color (four color CMYK) of #e68bce color hex is 0.00, 0.40, 0.10, 0.10. Web safe color of #e68bce is #ff99cc. Color #e68bce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001011 11001110
Octal 346 213 316
Decimal 230 139 206
Hex E6 8B CE

RGB Percentages of Color #e68bce

%40.00
%24.17
%35.83

CMYK Percentages of Color #e68bce

%0
%40
%10
%10

Triadic Colors of #e68bce

#e68bce #cee68b #8bcee6

Analogous Colors of #e68bce

#e68bce #e68ba1 #d18be6

Monochromatic Colors of #e68bce

#e68bce

Complementary Color

#e68bce #8be6a3

#e68bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68bce Color CSS Codes

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

#e68bce Text Font Color

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

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


#e68bce Background Color

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

This div background color is #e68bce


#e68bce Border Color

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

This div border color is #e68bce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,139,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e68bce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e68bce;
  -webkit-box-shadow: 1px 1px 3px 2px #e68bce;
  box-shadow:         1px 1px 3px 2px #e68bce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,139,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68bce


Comments

No comments written yet.

Please login to write comment.