Color Hex Logo

#e46cdc Color Hex

#E46CDC
(228,108,220)
0 Favorites   0 Comments

Color spaces of #e46cdc

RGB 228108220
HSL0.840.690.66
HSV304°53°89°
CMYK 0.000.530.04   0.11
XYZ50.275732.386471.3115
Yxy32.38640.32650.2103
Hunter Lab56.909158.1031-34.4587
CIE-Lab63.661061.0016-36.3389

#e46cdc color RGB value is (228,108,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101100 11011100
Octal 344 154 334
Decimal 228 108 220
Hex E4 6C DC

RGB Percentages of Color #e46cdc

%41.01
%19.42
%39.57

CMYK Percentages of Color #e46cdc

%0
%53
%4
%11

Triadic Colors of #e46cdc

#e46cdc #dce46c #6cdce4

Analogous Colors of #e46cdc

#e46cdc #e46ca0 #b06ce4

Monochromatic Colors of #e46cdc

#e46cdc

Complementary Color

#e46cdc #6ce474

#e46cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46cdc Color CSS Codes

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

#e46cdc Text Font Color

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

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


#e46cdc Background Color

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

This div background color is #e46cdc


#e46cdc Border Color

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

This div border color is #e46cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46cdc


Comments

No comments written yet.

Please login to write comment.