Color Hex Logo

#e196ca Color Hex

#E196CA
(225,150,202)
0 Favorites   0 Comments

Color spaces of #e196ca

RGB 225150202
HSL0.880.560.74
HSV318°33°88°
CMYK 0.000.330.10   0.12
XYZ52.618442.084561.2269
Yxy42.08450.33740.2699
Hunter Lab64.872631.2551-10.5473
CIE-Lab70.929135.8589-15.2008

#e196ca color RGB value is (225,150,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010110 11001010
Octal 341 226 312
Decimal 225 150 202
Hex E1 96 CA

RGB Percentages of Color #e196ca

%38.99
%26.00
%35.01

CMYK Percentages of Color #e196ca

%0
%33
%10
%12

Triadic Colors of #e196ca

#e196ca #cae196 #96cae1

Analogous Colors of #e196ca

#e196ca #e196a5 #d396e1

Monochromatic Colors of #e196ca

#e196ca

Complementary Color

#e196ca #96e1ad

#e196ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e196ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e196ca Color CSS Codes

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

#e196ca Text Font Color

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

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


#e196ca Background Color

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

This div background color is #e196ca


#e196ca Border Color

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

This div border color is #e196ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e196ca


Comments

No comments written yet.

Please login to write comment.