Color Hex Logo

#e296da Color Hex

#E296DA
(226,150,218)
0 Favorites   0 Comments

Color spaces of #e296da

RGB 226150218
HSL0.850.570.74
HSV306°34°89°
CMYK 0.000.340.04   0.11
XYZ54.925343.043471.7430
Yxy43.04340.32360.2536
Hunter Lab65.607534.6237-18.9095
CIE-Lab71.584438.9487-23.0273

#e296da color RGB value is (226,150,218).

#e296da hex color red value is 226, green value is 150 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e296da hue: 0.85 , saturation: 0.57 and the lightness value of e296da is 0.74.

The process color (four color CMYK) of #e296da color hex is 0.00, 0.34, 0.04, 0.11. Web safe color of #e296da is #cc99cc. Color #e296da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010110 11011010
Octal 342 226 332
Decimal 226 150 218
Hex E2 96 DA

RGB Percentages of Color #e296da

%38.05
%25.25
%36.70

CMYK Percentages of Color #e296da

%0
%34
%4
%11

Triadic Colors of #e296da

#e296da #dae296 #96dae2

Analogous Colors of #e296da

#e296da #e296b4 #c496e2

Monochromatic Colors of #e296da

#e296da

Complementary Color

#e296da #96e29e

#e296da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e296da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e296da Color CSS Codes

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

#e296da Text Font Color

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

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


#e296da Background Color

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

This div background color is #e296da


#e296da Border Color

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

This div border color is #e296da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e296da


Comments

No comments written yet.

Please login to write comment.