Color Hex Logo

#e197d5 Color Hex

#E197D5
(225,151,213)
0 Favorites   0 Comments

Color spaces of #e197d5

RGB 225151213
HSL0.860.550.74
HSV310°33°88°
CMYK 0.000.330.05   0.12
XYZ54.128242.944968.3871
Yxy42.94490.32710.2595
Hunter Lab65.532432.7552-16.0002
CIE-Lab71.517637.2124-20.3856

#e197d5 color RGB value is (225,151,213).

#e197d5 hex color red value is 225, green value is 151 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #e197d5 hue: 0.86 , saturation: 0.55 and the lightness value of e197d5 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010111 11010101
Octal 341 227 325
Decimal 225 151 213
Hex E1 97 D5

RGB Percentages of Color #e197d5

%38.20
%25.64
%36.16

CMYK Percentages of Color #e197d5

%0
%33
%5
%12

Triadic Colors of #e197d5

#e197d5 #d5e197 #97d5e1

Analogous Colors of #e197d5

#e197d5 #e197b0 #c897e1

Monochromatic Colors of #e197d5

#e197d5

Complementary Color

#e197d5 #97e1a3

#e197d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e197d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e197d5 Color CSS Codes

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

#e197d5 Text Font Color

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

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


#e197d5 Background Color

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

This div background color is #e197d5


#e197d5 Border Color

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

This div border color is #e197d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e197d5


Comments

No comments written yet.

Please login to write comment.