Color Hex Logo

#e28cef Color Hex

#E28CEF
(226,140,239)
0 Favorites   0 Comments

Color spaces of #e28cef

RGB 226140239
HSL0.810.760.74
HSV292°41°94°
CMYK 0.050.410.00   0.06
XYZ56.322141.156986.6369
Yxy41.15690.30590.2235
Hunter Lab64.153644.4408-35.1612
CIE-Lab70.285748.0474-36.5609

#e28cef color RGB value is (226,140,239).

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

The process color (four color CMYK) of #e28cef color hex is 0.05, 0.41, 0.00, 0.06. Web safe color of #e28cef is #cc99ff. Color #e28cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001100 11101111
Octal 342 214 357
Decimal 226 140 239
Hex E2 8C EF

RGB Percentages of Color #e28cef

%37.36
%23.14
%39.50

CMYK Percentages of Color #e28cef

%5
%41
%0
%6

Triadic Colors of #e28cef

#e28cef #efe28c #8cefe2

Analogous Colors of #e28cef

#e28cef #ef8ccb #b18cef

Monochromatic Colors of #e28cef

#e28cef

Complementary Color

#e28cef #99ef8c

#e28cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28cef Color CSS Codes

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

#e28cef Text Font Color

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

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


#e28cef Background Color

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

This div background color is #e28cef


#e28cef Border Color

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

This div border color is #e28cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28cef


Comments

No comments written yet.

Please login to write comment.