Color Hex Logo

#e767bd Color Hex

#E767BD
(231,103,189)
0 Favorites   0 Comments

Color spaces of #e767bd

RGB 231103189
HSL0.890.730.65
HSV320°55°91°
CMYK 0.000.550.18   0.09
XYZ46.990630.363551.5282
Yxy30.36350.36460.2356
Hunter Lab55.103155.7902-16.8713
CIE-Lab61.966659.2984-21.4313

#e767bd color RGB value is (231,103,189).

#e767bd hex color red value is 231, green value is 103 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e767bd hue: 0.89 , saturation: 0.73 and the lightness value of e767bd is 0.65.

The process color (four color CMYK) of #e767bd color hex is 0.00, 0.55, 0.18, 0.09. Web safe color of #e767bd is #ff66cc. Color #e767bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100111 10111101
Octal 347 147 275
Decimal 231 103 189
Hex E7 67 BD

RGB Percentages of Color #e767bd

%44.17
%19.69
%36.14

CMYK Percentages of Color #e767bd

%0
%55
%18
%9

Triadic Colors of #e767bd

#e767bd #bde767 #67bde7

Analogous Colors of #e767bd

#e767bd #e7677d #d167e7

Monochromatic Colors of #e767bd

#e767bd

Complementary Color

#e767bd #67e791

#e767bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e767bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e767bd Color CSS Codes

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

#e767bd Text Font Color

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

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


#e767bd Background Color

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

This div background color is #e767bd


#e767bd Border Color

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

This div border color is #e767bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e767bd


Comments

No comments written yet.

Please login to write comment.