Color Hex Logo

#e46fbc Color Hex

#E46FBC
(228,111,188)
0 Favorites   0 Comments

Color spaces of #e46fbc

RGB 228111188
HSL0.890.680.66
HSV321°51°89°
CMYK 0.000.510.18   0.11
XYZ46.756431.493751.1915
Yxy31.49370.36120.2433
Hunter Lab56.119250.5107-14.8004
CIE-Lab62.922254.5215-19.4435

#e46fbc color RGB value is (228,111,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101111 10111100
Octal 344 157 274
Decimal 228 111 188
Hex E4 6F BC

RGB Percentages of Color #e46fbc

%43.26
%21.06
%35.67

CMYK Percentages of Color #e46fbc

%0
%51
%18
%11

Triadic Colors of #e46fbc

#e46fbc #bce46f #6fbce4

Analogous Colors of #e46fbc

#e46fbc #e46f82 #d26fe4

Monochromatic Colors of #e46fbc

#e46fbc

Complementary Color

#e46fbc #6fe497

#e46fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46fbc Color CSS Codes

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

#e46fbc Text Font Color

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

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


#e46fbc Background Color

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

This div background color is #e46fbc


#e46fbc Border Color

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

This div border color is #e46fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46fbc


Comments

No comments written yet.

Please login to write comment.