Color Hex Logo

#e738bd Color Hex

#E738BD
(231,56,189)
0 Favorites   0 Comments

Color spaces of #e738bd

RGB 23156189
HSL0.870.780.56
HSV314°76°91°
CMYK 0.000.760.18   0.09
XYZ43.554523.491450.3828
Yxy23.49140.37090.2000
Hunter Lab48.467975.5857-27.7049
CIE-Lab55.574976.9671-31.2880

#e738bd color RGB value is (231,56,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00111000 10111101
Octal 347 70 275
Decimal 231 56 189
Hex E7 38 BD

RGB Percentages of Color #e738bd

%48.53
%11.76
%39.71

CMYK Percentages of Color #e738bd

%0
%76
%18
%9

Triadic Colors of #e738bd

#e738bd #bde738 #38bde7

Analogous Colors of #e738bd

#e738bd #e73866 #ba38e7

Monochromatic Colors of #e738bd

#e738bd

Complementary Color

#e738bd #38e762

#e738bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e738bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e738bd Color CSS Codes

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

#e738bd Text Font Color

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

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


#e738bd Background Color

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

This div background color is #e738bd


#e738bd Border Color

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

This div border color is #e738bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e738bd


Comments

No comments written yet.

Please login to write comment.