Color Hex Logo

#e46ebc Color Hex

#E46EBC
(228,110,188)
0 Favorites   0 Comments

Color spaces of #e46ebc

RGB 228110188
HSL0.890.690.66
HSV320°52°89°
CMYK 0.000.520.18   0.11
XYZ46.647931.276751.1553
Yxy31.27670.36140.2423
Hunter Lab55.925651.0183-15.0848
CIE-Lab62.740554.9991-19.7201

#e46ebc color RGB value is (228,110,188).

#e46ebc hex color red value is 228, green value is 110 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e46ebc hue: 0.89 , saturation: 0.69 and the lightness value of e46ebc is 0.66.

The process color (four color CMYK) of #e46ebc color hex is 0.00, 0.52, 0.18, 0.11. Web safe color of #e46ebc is #cc66cc. Color #e46ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101110 10111100
Octal 344 156 274
Decimal 228 110 188
Hex E4 6E BC

RGB Percentages of Color #e46ebc

%43.35
%20.91
%35.74

CMYK Percentages of Color #e46ebc

%0
%52
%18
%11

Triadic Colors of #e46ebc

#e46ebc #bce46e #6ebce4

Analogous Colors of #e46ebc

#e46ebc #e46e81 #d16ee4

Monochromatic Colors of #e46ebc

#e46ebc

Complementary Color

#e46ebc #6ee496

#e46ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46ebc Color CSS Codes

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

#e46ebc Text Font Color

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

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


#e46ebc Background Color

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

This div background color is #e46ebc


#e46ebc Border Color

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

This div border color is #e46ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,110,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e46ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e46ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #e46ebc;
  box-shadow:         1px 1px 3px 2px #e46ebc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,110,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46ebc


Comments

No comments written yet.

Please login to write comment.