Color Hex Logo

#e84bcb Color Hex

#E84BCB
(232,75,203)
0 Favorites   0 Comments

Color spaces of #e84bcb

RGB 23275203
HSL0.860.770.60
HSV311°68°91°
CMYK 0.000.680.13   0.09
XYZ46.574326.499859.1601
Yxy26.49980.35220.2004
Hunter Lab51.478071.4101-32.1034
CIE-Lab58.508473.0332-34.7370

#e84bcb color RGB value is (232,75,203).

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

The process color (four color CMYK) of #e84bcb color hex is 0.00, 0.68, 0.13, 0.09. Web safe color of #e84bcb is #ff33cc. Color #e84bcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001011 11001011
Octal 350 113 313
Decimal 232 75 203
Hex E8 4B CB

RGB Percentages of Color #e84bcb

%45.49
%14.71
%39.80

CMYK Percentages of Color #e84bcb

%0
%68
%13
%9

Triadic Colors of #e84bcb

#e84bcb #cbe84b #4bcbe8

Analogous Colors of #e84bcb

#e84bcb #e84b7d #b74be8

Monochromatic Colors of #e84bcb

#e84bcb

Complementary Color

#e84bcb #4be868

#e84bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84bcb Color CSS Codes

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

#e84bcb Text Font Color

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

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


#e84bcb Background Color

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

This div background color is #e84bcb


#e84bcb Border Color

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

This div border color is #e84bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84bcb


Comments

No comments written yet.

Please login to write comment.