Color Hex Logo

#e28cec Color Hex

#E28CEC
(226,140,236)
0 Favorites   0 Comments

Color spaces of #e28cec

RGB 226140236
HSL0.820.720.74
HSV294°41°93°
CMYK 0.040.410.00   0.07
XYZ55.882440.981084.3217
Yxy40.98100.30840.2262
Hunter Lab64.016443.7909-33.2846
CIE-Lab70.162647.4823-35.1074

#e28cec color RGB value is (226,140,236).

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

The process color (four color CMYK) of #e28cec color hex is 0.04, 0.41, 0.00, 0.07. Web safe color of #e28cec is #cc99ff. Color #e28cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001100 11101100
Octal 342 214 354
Decimal 226 140 236
Hex E2 8C EC

RGB Percentages of Color #e28cec

%37.54
%23.26
%39.20

CMYK Percentages of Color #e28cec

%4
%41
%0
%7

Triadic Colors of #e28cec

#e28cec #ece28c #8cece2

Analogous Colors of #e28cec

#e28cec #ec8cc6 #b28cec

Monochromatic Colors of #e28cec

#e28cec

Complementary Color

#e28cec #96ec8c

#e28cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28cec Color CSS Codes

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

#e28cec Text Font Color

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

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


#e28cec Background Color

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

This div background color is #e28cec


#e28cec Border Color

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

This div border color is #e28cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28cec


Comments

No comments written yet.

Please login to write comment.