Color Hex Logo

#e267ff Color Hex

#E267FF
(226,103,255)
0 Favorites   0 Comments

Color spaces of #e267ff

RGB 226103255
HSL0.801.000.70
HSV289°60°100°
CMYK 0.110.600.00   0.00
XYZ54.264333.089298.1346
Yxy33.08920.29250.1784
Hunter Lab57.523267.7217-60.8825
CIE-Lab64.233168.9581-54.8568

#e267ff color RGB value is (226,103,255).

#e267ff hex color red value is 226, green value is 103 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e267ff hue: 0.80 , saturation: 1.00 and the lightness value of e267ff is 0.70.

The process color (four color CMYK) of #e267ff color hex is 0.11, 0.60, 0.00, 0.00. Web safe color of #e267ff is #cc66ff. Color #e267ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100111 11111111
Octal 342 147 377
Decimal 226 103 255
Hex E2 67 FF

RGB Percentages of Color #e267ff

%38.70
%17.64
%43.66

CMYK Percentages of Color #e267ff

%11
%60
%0
%0

Triadic Colors of #e267ff

#e267ff #ffe267 #67ffe2

Analogous Colors of #e267ff

#e267ff #ff67d0 #9667ff

Monochromatic Colors of #e267ff

#e267ff

Complementary Color

#e267ff #84ff67

#e267ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e267ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e267ff Color CSS Codes

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

#e267ff Text Font Color

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

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


#e267ff Background Color

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

This div background color is #e267ff


#e267ff Border Color

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

This div border color is #e267ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e267ff

#e267ff Color Palettes


Comments

No comments written yet.

Please login to write comment.