Color Hex Logo

#e687bc Color Hex

#E687BC
(230,135,188)
0 Favorites   0 Comments

Color spaces of #e687bc

RGB 230135188
HSL0.910.660.72
HSV327°41°90°
CMYK 0.000.410.18   0.10
XYZ50.374237.781852.2146
Yxy37.78180.35890.2692
Hunter Lab61.466938.7197-7.3385
CIE-Lab67.859543.1684-11.9602

#e687bc color RGB value is (230,135,188).

#e687bc hex color red value is 230, green value is 135 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e687bc hue: 0.91 , saturation: 0.66 and the lightness value of e687bc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000111 10111100
Octal 346 207 274
Decimal 230 135 188
Hex E6 87 BC

RGB Percentages of Color #e687bc

%41.59
%24.41
%34.00

CMYK Percentages of Color #e687bc

%0
%41
%18
%10

Triadic Colors of #e687bc

#e687bc #bce687 #87bce6

Analogous Colors of #e687bc

#e687bc #e6878d #e187e6

Monochromatic Colors of #e687bc

#e687bc

Complementary Color

#e687bc #87e6b1

#e687bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e687bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e687bc Color CSS Codes

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

#e687bc Text Font Color

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

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


#e687bc Background Color

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

This div background color is #e687bc


#e687bc Border Color

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

This div border color is #e687bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e687bc


Comments

No comments written yet.

Please login to write comment.