Color Hex Logo

#e26384 Color Hex

#E26384
(226,99,132)
0 Favorites   0 Comments

Color spaces of #e26384

RGB 22699132
HSL0.960.690.64
HSV344°56°89°
CMYK 0.000.560.42   0.11
XYZ39.990726.758424.8869
Yxy26.75840.43640.2920
Hunter Lab51.728547.47137.6852
CIE-Lab58.750052.46706.5961

#e26384 color RGB value is (226,99,132).

#e26384 hex color red value is 226, green value is 99 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #e26384 hue: 0.96 , saturation: 0.69 and the lightness value of e26384 is 0.64.

The process color (four color CMYK) of #e26384 color hex is 0.00, 0.56, 0.42, 0.11. Web safe color of #e26384 is #cc6699. Color #e26384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100011 10000100
Octal 342 143 204
Decimal 226 99 132
Hex E2 63 84

RGB Percentages of Color #e26384

%49.45
%21.66
%28.88

CMYK Percentages of Color #e26384

%0
%56
%42
%11

Triadic Colors of #e26384

#e26384 #84e263 #6384e2

Analogous Colors of #e26384

#e26384 #e28263 #e263c4

Monochromatic Colors of #e26384

#e26384

Complementary Color

#e26384 #63e2c1

#e26384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26384 Color CSS Codes

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

#e26384 Text Font Color

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

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


#e26384 Background Color

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

This div background color is #e26384


#e26384 Border Color

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

This div border color is #e26384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26384


Comments

No comments written yet.

Please login to write comment.