Color Hex Logo

#e267bb Color Hex

#E267BB
(226,103,187)
0 Favorites   0 Comments

Color spaces of #e267bb

RGB 226103187
HSL0.890.680.65
HSV319°54°89°
CMYK 0.000.540.17   0.11
XYZ45.183929.457150.3180
Yxy29.45710.36160.2357
Hunter Lab54.274453.6226-16.9759
CIE-Lab61.182957.5429-21.5526

#e267bb color RGB value is (226,103,187).

#e267bb hex color red value is 226, green value is 103 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e267bb hue: 0.89 , saturation: 0.68 and the lightness value of e267bb is 0.65.

The process color (four color CMYK) of #e267bb color hex is 0.00, 0.54, 0.17, 0.11. Web safe color of #e267bb is #cc66cc. Color #e267bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100111 10111011
Octal 342 147 273
Decimal 226 103 187
Hex E2 67 BB

RGB Percentages of Color #e267bb

%43.80
%19.96
%36.24

CMYK Percentages of Color #e267bb

%0
%54
%17
%11

Triadic Colors of #e267bb

#e267bb #bbe267 #67bbe2

Analogous Colors of #e267bb

#e267bb #e2677e #cc67e2

Monochromatic Colors of #e267bb

#e267bb

Complementary Color

#e267bb #67e28e

#e267bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e267bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e267bb Color CSS Codes

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

#e267bb Text Font Color

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

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


#e267bb Background Color

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

This div background color is #e267bb


#e267bb Border Color

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

This div border color is #e267bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e267bb


Comments

No comments written yet.

Please login to write comment.