Color Hex Logo

#e740bd Color Hex

#E740BD
(231,64,189)
0 Favorites   0 Comments

Color spaces of #e740bd

RGB 23164189
HSL0.880.780.58
HSV315°72°91°
CMYK 0.000.720.18   0.09
XYZ43.973724.329850.5226
Yxy24.32980.37010.2048
Hunter Lab49.325272.8144-26.2016
CIE-Lab56.416574.5724-29.9799

#e740bd color RGB value is (231,64,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000000 10111101
Octal 347 100 275
Decimal 231 64 189
Hex E7 40 BD

RGB Percentages of Color #e740bd

%47.73
%13.22
%39.05

CMYK Percentages of Color #e740bd

%0
%72
%18
%9

Triadic Colors of #e740bd

#e740bd #bde740 #40bde7

Analogous Colors of #e740bd

#e740bd #e7406a #be40e7

Monochromatic Colors of #e740bd

#e740bd

Complementary Color

#e740bd #40e76a

#e740bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e740bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e740bd Color CSS Codes

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

#e740bd Text Font Color

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

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


#e740bd Background Color

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

This div background color is #e740bd


#e740bd Border Color

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

This div border color is #e740bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e740bd


Comments

No comments written yet.

Please login to write comment.