Color Hex Logo

#e46bbc Color Hex

#E46BBC
(228,107,188)
0 Favorites   0 Comments

Color spaces of #e46bbc

RGB 228107188
HSL0.890.690.66
HSV320°53°89°
CMYK 0.000.530.18   0.11
XYZ46.329730.640251.0493
Yxy30.64020.36190.2393
Hunter Lab55.353652.5317-15.9321
CIE-Lab62.202756.4184-20.5399

#e46bbc color RGB value is (228,107,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101011 10111100
Octal 344 153 274
Decimal 228 107 188
Hex E4 6B BC

RGB Percentages of Color #e46bbc

%43.59
%20.46
%35.95

CMYK Percentages of Color #e46bbc

%0
%53
%18
%11

Triadic Colors of #e46bbc

#e46bbc #bce46b #6bbce4

Analogous Colors of #e46bbc

#e46bbc #e46b80 #d06be4

Monochromatic Colors of #e46bbc

#e46bbc

Complementary Color

#e46bbc #6be493

#e46bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46bbc Color CSS Codes

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

#e46bbc Text Font Color

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

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


#e46bbc Background Color

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

This div background color is #e46bbc


#e46bbc Border Color

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

This div border color is #e46bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46bbc


Comments

No comments written yet.

Please login to write comment.