Color Hex Logo

#e84cbe Color Hex

#E84CBE
(232,76,190)
0 Favorites   0 Comments

Color spaces of #e84cbe

RGB 23276190
HSL0.880.770.60
HSV316°67°91°
CMYK 0.000.670.18   0.09
XYZ45.157426.042451.3618
Yxy26.04240.36840.2125
Hunter Lab51.031868.6470-23.9512
CIE-Lab58.077370.8531-27.9691

#e84cbe color RGB value is (232,76,190).

#e84cbe hex color red value is 232, green value is 76 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e84cbe hue: 0.88 , saturation: 0.77 and the lightness value of e84cbe is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001100 10111110
Octal 350 114 276
Decimal 232 76 190
Hex E8 4C BE

RGB Percentages of Color #e84cbe

%46.59
%15.26
%38.15

CMYK Percentages of Color #e84cbe

%0
%67
%18
%9

Triadic Colors of #e84cbe

#e84cbe #bee84c #4cbee8

Analogous Colors of #e84cbe

#e84cbe #e84c70 #c44ce8

Monochromatic Colors of #e84cbe

#e84cbe

Complementary Color

#e84cbe #4ce876

#e84cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84cbe Color CSS Codes

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

#e84cbe Text Font Color

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

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


#e84cbe Background Color

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

This div background color is #e84cbe


#e84cbe Border Color

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

This div border color is #e84cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84cbe


Comments

No comments written yet.

Please login to write comment.