Color Hex Logo

#e46cbd Color Hex

#E46CBD
(228,108,189)
0 Favorites   0 Comments

Color spaces of #e46cbd

RGB 228108189
HSL0.890.690.66
HSV320°53°89°
CMYK 0.000.530.17   0.11
XYZ46.542830.893251.6540
Yxy30.89320.36050.2393
Hunter Lab55.581752.2039-16.1931
CIE-Lab62.417456.0955-20.7809

#e46cbd color RGB value is (228,108,189).

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

The process color (four color CMYK) of #e46cbd color hex is 0.00, 0.53, 0.17, 0.11. Web safe color of #e46cbd is #cc66cc. Color #e46cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101100 10111101
Octal 344 154 275
Decimal 228 108 189
Hex E4 6C BD

RGB Percentages of Color #e46cbd

%43.43
%20.57
%36.00

CMYK Percentages of Color #e46cbd

%0
%53
%17
%11

Triadic Colors of #e46cbd

#e46cbd #bde46c #6cbde4

Analogous Colors of #e46cbd

#e46cbd #e46c81 #cf6ce4

Monochromatic Colors of #e46cbd

#e46cbd

Complementary Color

#e46cbd #6ce493

#e46cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46cbd Color CSS Codes

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

#e46cbd Text Font Color

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

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


#e46cbd Background Color

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

This div background color is #e46cbd


#e46cbd Border Color

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

This div border color is #e46cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46cbd


Comments

No comments written yet.

Please login to write comment.