Color Hex Logo

#e26ceb Color Hex

#E26CEB
(226,108,235)
0 Favorites   0 Comments

Color spaces of #e26ceb

RGB 226108235
HSL0.820.760.67
HSV296°54°92°
CMYK 0.040.540.00   0.08
XYZ51.722032.892082.2200
Yxy32.89200.31000.1972
Hunter Lab57.351560.6135-44.8529
CIE-Lab64.073463.0649-44.0673

#e26ceb color RGB value is (226,108,235).

#e26ceb hex color red value is 226, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e26ceb hue: 0.82 , saturation: 0.76 and the lightness value of e26ceb is 0.67.

The process color (four color CMYK) of #e26ceb color hex is 0.04, 0.54, 0.00, 0.08. Web safe color of #e26ceb is #cc66ff. Color #e26ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101100 11101011
Octal 342 154 353
Decimal 226 108 235
Hex E2 6C EB

RGB Percentages of Color #e26ceb

%39.72
%18.98
%41.30

CMYK Percentages of Color #e26ceb

%4
%54
%0
%8

Triadic Colors of #e26ceb

#e26ceb #ebe26c #6cebe2

Analogous Colors of #e26ceb

#e26ceb #eb6cb5 #a36ceb

Monochromatic Colors of #e26ceb

#e26ceb

Complementary Color

#e26ceb #75eb6c

#e26ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26ceb Color CSS Codes

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

#e26ceb Text Font Color

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

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


#e26ceb Background Color

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

This div background color is #e26ceb


#e26ceb Border Color

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

This div border color is #e26ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26ceb


Comments

No comments written yet.

Please login to write comment.