Color Hex Logo

#e389cb Color Hex

#E389CB
(227,137,203)
0 Favorites   0 Comments

Color spaces of #e389cb

RGB 227137203
HSL0.880.620.71
HSV316°40°89°
CMYK 0.000.400.11   0.11
XYZ51.403738.534061.2284
Yxy38.53400.34000.2549
Hunter Lab62.075839.1797-15.0276
CIE-Lab68.412443.5233-19.5414

#e389cb color RGB value is (227,137,203).

#e389cb hex color red value is 227, green value is 137 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e389cb hue: 0.88 , saturation: 0.62 and the lightness value of e389cb is 0.71.

The process color (four color CMYK) of #e389cb color hex is 0.00, 0.40, 0.11, 0.11. Web safe color of #e389cb is #cc99cc. Color #e389cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001001 11001011
Octal 343 211 313
Decimal 227 137 203
Hex E3 89 CB

RGB Percentages of Color #e389cb

%40.04
%24.16
%35.80

CMYK Percentages of Color #e389cb

%0
%40
%11
%11

Triadic Colors of #e389cb

#e389cb #cbe389 #89cbe3

Analogous Colors of #e389cb

#e389cb #e3899e #ce89e3

Monochromatic Colors of #e389cb

#e389cb

Complementary Color

#e389cb #89e3a1

#e389cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e389cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e389cb Color CSS Codes

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

#e389cb Text Font Color

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

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


#e389cb Background Color

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

This div background color is #e389cb


#e389cb Border Color

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

This div border color is #e389cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,137,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e389cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e389cb;
  -webkit-box-shadow: 1px 1px 3px 2px #e389cb;
  box-shadow:         1px 1px 3px 2px #e389cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,137,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e389cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e389cb


Comments

No comments written yet.

Please login to write comment.