Color Hex Logo

#e46bdb Color Hex

#E46BDB
(228,107,219)
0 Favorites   0 Comments

Color spaces of #e46bdb

RGB 228107219
HSL0.850.690.66
HSV304°53°89°
CMYK 0.000.530.04   0.11
XYZ50.038832.123870.5810
Yxy32.12380.32760.2103
Hunter Lab56.677958.4048-34.1594
CIE-Lab63.445161.2960-36.1160

#e46bdb color RGB value is (228,107,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101011 11011011
Octal 344 153 333
Decimal 228 107 219
Hex E4 6B DB

RGB Percentages of Color #e46bdb

%41.16
%19.31
%39.53

CMYK Percentages of Color #e46bdb

%0
%53
%4
%11

Triadic Colors of #e46bdb

#e46bdb #dbe46b #6bdbe4

Analogous Colors of #e46bdb

#e46bdb #e46b9f #b16be4

Monochromatic Colors of #e46bdb

#e46bdb

Complementary Color

#e46bdb #6be474

#e46bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46bdb Color CSS Codes

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

#e46bdb Text Font Color

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

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


#e46bdb Background Color

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

This div background color is #e46bdb


#e46bdb Border Color

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

This div border color is #e46bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46bdb


Comments

No comments written yet.

Please login to write comment.