Color Hex Logo

#e28ceb Color Hex

#E28CEB
(226,140,235)
0 Favorites   0 Comments

Color spaces of #e28ceb

RGB 226140235
HSL0.820.700.74
HSV294°40°92°
CMYK 0.040.400.00   0.08
XYZ55.737540.923183.5585
Yxy40.92310.30930.2271
Hunter Lab63.971243.5759-32.6642
CIE-Lab70.122047.2949-34.6216

#e28ceb color RGB value is (226,140,235).

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

The process color (four color CMYK) of #e28ceb color hex is 0.04, 0.40, 0.00, 0.08. Web safe color of #e28ceb is #cc99ff. Color #e28ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001100 11101011
Octal 342 214 353
Decimal 226 140 235
Hex E2 8C EB

RGB Percentages of Color #e28ceb

%37.60
%23.29
%39.10

CMYK Percentages of Color #e28ceb

%4
%40
%0
%8

Triadic Colors of #e28ceb

#e28ceb #ebe28c #8cebe2

Analogous Colors of #e28ceb

#e28ceb #eb8cc5 #b38ceb

Monochromatic Colors of #e28ceb

#e28ceb

Complementary Color

#e28ceb #95eb8c

#e28ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28ceb Color CSS Codes

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

#e28ceb Text Font Color

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

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


#e28ceb Background Color

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

This div background color is #e28ceb


#e28ceb Border Color

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

This div border color is #e28ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,140,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 #e28ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28ceb


Comments

No comments written yet.

Please login to write comment.