Color Hex Logo

#e745bd Color Hex

#E745BD
(231,69,189)
0 Favorites   0 Comments

Color spaces of #e745bd

RGB 23169189
HSL0.880.770.59
HSV316°70°91°
CMYK 0.000.700.18   0.09
XYZ44.268424.919350.6208
Yxy24.91930.36950.2080
Hunter Lab49.919270.9352-25.1798
CIE-Lab56.996772.9335-29.0798

#e745bd color RGB value is (231,69,189).

#e745bd hex color red value is 231, green value is 69 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e745bd hue: 0.88 , saturation: 0.77 and the lightness value of e745bd is 0.59.

The process color (four color CMYK) of #e745bd color hex is 0.00, 0.70, 0.18, 0.09. Web safe color of #e745bd is #ff33cc. Color #e745bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000101 10111101
Octal 347 105 275
Decimal 231 69 189
Hex E7 45 BD

RGB Percentages of Color #e745bd

%47.24
%14.11
%38.65

CMYK Percentages of Color #e745bd

%0
%70
%18
%9

Triadic Colors of #e745bd

#e745bd #bde745 #45bde7

Analogous Colors of #e745bd

#e745bd #e7456c #c045e7

Monochromatic Colors of #e745bd

#e745bd

Complementary Color

#e745bd #45e76f

#e745bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e745bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e745bd Color CSS Codes

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

#e745bd Text Font Color

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

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


#e745bd Background Color

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

This div background color is #e745bd


#e745bd Border Color

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

This div border color is #e745bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e745bd


Comments

No comments written yet.

Please login to write comment.