Color Hex Logo

#e266be Color Hex

#E266BE
(226,102,190)
0 Favorites   0 Comments

Color spaces of #e266be

RGB 226102190
HSL0.880.680.64
HSV317°55°89°
CMYK 0.000.550.16   0.11
XYZ45.409729.389251.9945
Yxy29.38920.35810.2318
Hunter Lab54.211854.6472-18.9167
CIE-Lab61.123658.4477-23.3535

#e266be color RGB value is (226,102,190).

#e266be hex color red value is 226, green value is 102 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e266be hue: 0.88 , saturation: 0.68 and the lightness value of e266be is 0.64.

The process color (four color CMYK) of #e266be color hex is 0.00, 0.55, 0.16, 0.11. Web safe color of #e266be is #cc66cc. Color #e266be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100110 10111110
Octal 342 146 276
Decimal 226 102 190
Hex E2 66 BE

RGB Percentages of Color #e266be

%43.63
%19.69
%36.68

CMYK Percentages of Color #e266be

%0
%55
%16
%11

Triadic Colors of #e266be

#e266be #bee266 #66bee2

Analogous Colors of #e266be

#e266be #e26680 #c866e2

Monochromatic Colors of #e266be

#e266be

Complementary Color

#e266be #66e28a

#e266be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e266be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e266be Color CSS Codes

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

#e266be Text Font Color

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

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


#e266be Background Color

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

This div background color is #e266be


#e266be Border Color

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

This div border color is #e266be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,102,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e266be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e266be;
  -webkit-box-shadow: 1px 1px 3px 2px #e266be;
  box-shadow:         1px 1px 3px 2px #e266be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,102,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e266be


Comments

No comments written yet.

Please login to write comment.