Color Hex Logo

#e993bd Color Hex

#E993BD
(233,147,189)
0 Favorites   0 Comments

Color spaces of #e993bd

RGB 233147189
HSL0.920.660.75
HSV331°37°91°
CMYK 0.000.370.19   0.09
XYZ53.223341.865253.4197
Yxy41.86520.35840.2819
Hunter Lab64.703333.5987-3.6581
CIE-Lab70.777938.0781-8.1237

#e993bd color RGB value is (233,147,189).

#e993bd hex color red value is 233, green value is 147 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e993bd hue: 0.92 , saturation: 0.66 and the lightness value of e993bd is 0.75.

The process color (four color CMYK) of #e993bd color hex is 0.00, 0.37, 0.19, 0.09. Web safe color of #e993bd is #ff99cc. Color #e993bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010011 10111101
Octal 351 223 275
Decimal 233 147 189
Hex E9 93 BD

RGB Percentages of Color #e993bd

%40.95
%25.83
%33.22

CMYK Percentages of Color #e993bd

%0
%37
%19
%9

Triadic Colors of #e993bd

#e993bd #bde993 #93bde9

Analogous Colors of #e993bd

#e993bd #e99493 #e993e8

Monochromatic Colors of #e993bd

#e993bd

Complementary Color

#e993bd #93e9bf

#e993bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e993bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e993bd Color CSS Codes

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

#e993bd Text Font Color

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

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


#e993bd Background Color

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

This div background color is #e993bd


#e993bd Border Color

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

This div border color is #e993bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e993bd


Comments

No comments written yet.

Please login to write comment.