Color Hex Logo

#e46ccf Color Hex

#E46CCF
(228,108,207)
0 Favorites   0 Comments

Color spaces of #e46ccf

RGB 228108207
HSL0.860.690.66
HSV311°53°89°
CMYK 0.000.530.09   0.11
XYZ48.620031.724162.5923
Yxy31.72410.34020.2219
Hunter Lab56.324255.5171-26.4613
CIE-Lab63.114258.8698-29.8929

#e46ccf color RGB value is (228,108,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101100 11001111
Octal 344 154 317
Decimal 228 108 207
Hex E4 6C CF

RGB Percentages of Color #e46ccf

%41.99
%19.89
%38.12

CMYK Percentages of Color #e46ccf

%0
%53
%9
%11

Triadic Colors of #e46ccf

#e46ccf #cfe46c #6ccfe4

Analogous Colors of #e46ccf

#e46ccf #e46c93 #bd6ce4

Monochromatic Colors of #e46ccf

#e46ccf

Complementary Color

#e46ccf #6ce481

#e46ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46ccf Color CSS Codes

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

#e46ccf Text Font Color

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

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


#e46ccf Background Color

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

This div background color is #e46ccf


#e46ccf Border Color

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

This div border color is #e46ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46ccf


Comments

No comments written yet.

Please login to write comment.