Color Hex Logo

#e46c8a Color Hex

#E46C8A
(228,108,138)
0 Favorites   0 Comments

Color spaces of #e46c8a

RGB 228108138
HSL0.960.690.66
HSV345°53°89°
CMYK 0.000.530.39   0.11
XYZ41.944929.054127.4420
Yxy29.05410.42610.2951
Hunter Lab53.901944.57547.5461
CIE-Lab60.829349.51046.1318

#e46c8a color RGB value is (228,108,138).

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

The process color (four color CMYK) of #e46c8a color hex is 0.00, 0.53, 0.39, 0.11. Web safe color of #e46c8a is #cc6699. Color #e46c8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101100 10001010
Octal 344 154 212
Decimal 228 108 138
Hex E4 6C 8A

RGB Percentages of Color #e46c8a

%48.10
%22.78
%29.11

CMYK Percentages of Color #e46c8a

%0
%53
%39
%11

Triadic Colors of #e46c8a

#e46c8a #8ae46c #6c8ae4

Analogous Colors of #e46c8a

#e46c8a #e48a6c #e46cc6

Monochromatic Colors of #e46c8a

#e46c8a

Complementary Color

#e46c8a #6ce4c6

#e46c8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46c8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46c8a Color CSS Codes

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

#e46c8a Text Font Color

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

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


#e46c8a Background Color

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

This div background color is #e46c8a


#e46c8a Border Color

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

This div border color is #e46c8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46c8a


Comments

No comments written yet.

Please login to write comment.