Color Hex Logo

#e685bd Color Hex

#E685BD
(230,133,189)
0 Favorites   0 Comments

Color spaces of #e685bd

RGB 230133189
HSL0.900.660.71
HSV325°42°90°
CMYK 0.000.420.18   0.10
XYZ50.206037.272252.6922
Yxy37.27220.35820.2659
Hunter Lab61.051039.9525-8.4367
CIE-Lab67.480744.3500-13.0890

#e685bd color RGB value is (230,133,189).

#e685bd hex color red value is 230, green value is 133 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e685bd hue: 0.90 , saturation: 0.66 and the lightness value of e685bd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000101 10111101
Octal 346 205 275
Decimal 230 133 189
Hex E6 85 BD

RGB Percentages of Color #e685bd

%41.67
%24.09
%34.24

CMYK Percentages of Color #e685bd

%0
%42
%18
%10

Triadic Colors of #e685bd

#e685bd #bde685 #85bde6

Analogous Colors of #e685bd

#e685bd #e6858d #df85e6

Monochromatic Colors of #e685bd

#e685bd

Complementary Color

#e685bd #85e6ae

#e685bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e685bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e685bd Color CSS Codes

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

#e685bd Text Font Color

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

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


#e685bd Background Color

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

This div background color is #e685bd


#e685bd Border Color

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

This div border color is #e685bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e685bd


Comments

No comments written yet.

Please login to write comment.