Color Hex Logo

#e46bec Color Hex

#E46BEC
(228,107,236)
0 Favorites   0 Comments

Color spaces of #e46bec

RGB 228107236
HSL0.820.770.67
HSV296°55°93°
CMYK 0.030.550.00   0.07
XYZ52.392933.065582.9777
Yxy33.06550.31110.1963
Hunter Lab57.502662.0088-45.3051
CIE-Lab64.213964.2165-44.3827

#e46bec color RGB value is (228,107,236).

#e46bec hex color red value is 228, green value is 107 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e46bec hue: 0.82 , saturation: 0.77 and the lightness value of e46bec is 0.67.

The process color (four color CMYK) of #e46bec color hex is 0.03, 0.55, 0.00, 0.07. Web safe color of #e46bec is #cc66ff. Color #e46bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101011 11101100
Octal 344 153 354
Decimal 228 107 236
Hex E4 6B EC

RGB Percentages of Color #e46bec

%39.93
%18.74
%41.33

CMYK Percentages of Color #e46bec

%3
%55
%0
%7

Triadic Colors of #e46bec

#e46bec #ece46b #6bece4

Analogous Colors of #e46bec

#e46bec #ec6bb4 #a46bec

Monochromatic Colors of #e46bec

#e46bec

Complementary Color

#e46bec #73ec6b

#e46bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46bec Color CSS Codes

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

#e46bec Text Font Color

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

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


#e46bec Background Color

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

This div background color is #e46bec


#e46bec Border Color

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

This div border color is #e46bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46bec


Comments

No comments written yet.

Please login to write comment.