Color Hex Logo

#e196da Color Hex

#E196DA
(225,150,218)
0 Favorites   0 Comments

Color spaces of #e196da

RGB 225150218
HSL0.850.560.74
HSV306°33°88°
CMYK 0.000.330.03   0.12
XYZ54.612642.882271.7284
Yxy42.88220.32270.2534
Hunter Lab65.484534.2671-19.1041
CIE-Lab71.474938.6287-23.2043

#e196da color RGB value is (225,150,218).

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

The process color (four color CMYK) of #e196da color hex is 0.00, 0.33, 0.03, 0.12. Web safe color of #e196da is #cc99cc. Color #e196da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010110 11011010
Octal 341 226 332
Decimal 225 150 218
Hex E1 96 DA

RGB Percentages of Color #e196da

%37.94
%25.30
%36.76

CMYK Percentages of Color #e196da

%0
%33
%3
%12

Triadic Colors of #e196da

#e196da #dae196 #96dae1

Analogous Colors of #e196da

#e196da #e196b5 #c396e1

Monochromatic Colors of #e196da

#e196da

Complementary Color

#e196da #96e19d

#e196da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e196da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e196da Color CSS Codes

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

#e196da Text Font Color

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

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


#e196da Background Color

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

This div background color is #e196da


#e196da Border Color

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

This div border color is #e196da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e196da


Comments

No comments written yet.

Please login to write comment.