Color Hex Logo

#e691bd Color Hex

#E691BD
(230,145,189)
0 Favorites   0 Comments

Color spaces of #e691bd

RGB 230145189
HSL0.910.630.74
HSV329°37°90°
CMYK 0.000.370.18   0.10
XYZ51.943840.747953.2715
Yxy40.74790.35590.2792
Hunter Lab63.834133.5414-4.7955
CIE-Lab69.998938.1064-9.3207

#e691bd color RGB value is (230,145,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010001 10111101
Octal 346 221 275
Decimal 230 145 189
Hex E6 91 BD

RGB Percentages of Color #e691bd

%40.78
%25.71
%33.51

CMYK Percentages of Color #e691bd

%0
%37
%18
%10

Triadic Colors of #e691bd

#e691bd #bde691 #91bde6

Analogous Colors of #e691bd

#e691bd #e69193 #e591e6

Monochromatic Colors of #e691bd

#e691bd

Complementary Color

#e691bd #91e6ba

#e691bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e691bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e691bd Color CSS Codes

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

#e691bd Text Font Color

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

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


#e691bd Background Color

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

This div background color is #e691bd


#e691bd Border Color

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

This div border color is #e691bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e691bd


Comments

No comments written yet.

Please login to write comment.