Color Hex Logo

#e46ced Color Hex

#E46CED
(228,108,237)
0 Favorites   0 Comments

Color spaces of #e46ced

RGB 228108237
HSL0.820.780.68
HSV296°54°93°
CMYK 0.040.540.00   0.07
XYZ52.643533.333583.7802
Yxy33.33350.31010.1964
Hunter Lab57.735261.7215-45.6218
CIE-Lab64.430063.9375-44.5971

#e46ced color RGB value is (228,108,237).

#e46ced hex color red value is 228, green value is 108 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e46ced hue: 0.82 , saturation: 0.78 and the lightness value of e46ced is 0.68.

The process color (four color CMYK) of #e46ced color hex is 0.04, 0.54, 0.00, 0.07. Web safe color of #e46ced is #cc66ff. Color #e46ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101100 11101101
Octal 344 154 355
Decimal 228 108 237
Hex E4 6C ED

RGB Percentages of Color #e46ced

%39.79
%18.85
%41.36

CMYK Percentages of Color #e46ced

%4
%54
%0
%7

Triadic Colors of #e46ced

#e46ced #ede46c #6cede4

Analogous Colors of #e46ced

#e46ced #ed6cb6 #a46ced

Monochromatic Colors of #e46ced

#e46ced

Complementary Color

#e46ced #75ed6c

#e46ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46ced Color CSS Codes

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

#e46ced Text Font Color

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

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


#e46ced Background Color

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

This div background color is #e46ced


#e46ced Border Color

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

This div border color is #e46ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46ced


Comments

No comments written yet.

Please login to write comment.