Color Hex Logo

#e690bd Color Hex

#E690BD
(230,144,189)
0 Favorites   0 Comments

Color spaces of #e690bd

RGB 230144189
HSL0.910.630.73
HSV329°37°90°
CMYK 0.000.370.18   0.10
XYZ51.791740.443653.2208
Yxy40.44360.35610.2780
Hunter Lab63.595334.0778-5.1012
CIE-Lab69.784338.6320-9.6407

#e690bd color RGB value is (230,144,189).

#e690bd hex color red value is 230, green value is 144 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e690bd hue: 0.91 , saturation: 0.63 and the lightness value of e690bd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010000 10111101
Octal 346 220 275
Decimal 230 144 189
Hex E6 90 BD

RGB Percentages of Color #e690bd

%40.85
%25.58
%33.57

CMYK Percentages of Color #e690bd

%0
%37
%18
%10

Triadic Colors of #e690bd

#e690bd #bde690 #90bde6

Analogous Colors of #e690bd

#e690bd #e69092 #e490e6

Monochromatic Colors of #e690bd

#e690bd

Complementary Color

#e690bd #90e6b9

#e690bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e690bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e690bd Color CSS Codes

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

#e690bd Text Font Color

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

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


#e690bd Background Color

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

This div background color is #e690bd


#e690bd Border Color

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

This div border color is #e690bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e690bd


Comments

No comments written yet.

Please login to write comment.