Color Hex Logo

#e89bc5 Color Hex

#E89BC5
(232,155,197)
0 Favorites   0 Comments

Color spaces of #e89bc5

RGB 232155197
HSL0.910.630.76
HSV327°33°91°
CMYK 0.000.330.15   0.09
XYZ55.078144.629758.5348
Yxy44.62970.34810.2820
Hunter Lab66.805530.2557-5.1859
CIE-Lab72.647434.7527-9.7824

#e89bc5 color RGB value is (232,155,197).

#e89bc5 hex color red value is 232, green value is 155 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #e89bc5 hue: 0.91 , saturation: 0.63 and the lightness value of e89bc5 is 0.76.

The process color (four color CMYK) of #e89bc5 color hex is 0.00, 0.33, 0.15, 0.09. Web safe color of #e89bc5 is #ff99cc. Color #e89bc5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011011 11000101
Octal 350 233 305
Decimal 232 155 197
Hex E8 9B C5

RGB Percentages of Color #e89bc5

%39.73
%26.54
%33.73

CMYK Percentages of Color #e89bc5

%0
%33
%15
%9

Triadic Colors of #e89bc5

#e89bc5 #c5e89b #9bc5e8

Analogous Colors of #e89bc5

#e89bc5 #e89b9f #e59be8

Monochromatic Colors of #e89bc5

#e89bc5

Complementary Color

#e89bc5 #9be8be

#e89bc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89bc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89bc5 Color CSS Codes

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

#e89bc5 Text Font Color

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

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


#e89bc5 Background Color

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

This div background color is #e89bc5


#e89bc5 Border Color

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

This div border color is #e89bc5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,155,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e89bc5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e89bc5;
  -webkit-box-shadow: 1px 1px 3px 2px #e89bc5;
  box-shadow:         1px 1px 3px 2px #e89bc5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,155,197, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89bc5


Comments

No comments written yet.

Please login to write comment.