Color Hex Logo

#e198d6 Color Hex

#E198D6
(225,152,214)
0 Favorites   0 Comments

Color spaces of #e198d6

RGB 225152214
HSL0.860.550.74
HSV309°32°88°
CMYK 0.000.320.05   0.12
XYZ54.417243.319169.1116
Yxy43.31910.32610.2596
Hunter Lab65.817232.4023-16.1856
CIE-Lab71.771036.8562-20.5513

#e198d6 color RGB value is (225,152,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011000 11010110
Octal 341 230 326
Decimal 225 152 214
Hex E1 98 D6

RGB Percentages of Color #e198d6

%38.07
%25.72
%36.21

CMYK Percentages of Color #e198d6

%0
%32
%5
%12

Triadic Colors of #e198d6

#e198d6 #d6e198 #98d6e1

Analogous Colors of #e198d6

#e198d6 #e198b2 #c898e1

Monochromatic Colors of #e198d6

#e198d6

Complementary Color

#e198d6 #98e1a3

#e198d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e198d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e198d6 Color CSS Codes

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

#e198d6 Text Font Color

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

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


#e198d6 Background Color

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

This div background color is #e198d6


#e198d6 Border Color

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

This div border color is #e198d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e198d6


Comments

No comments written yet.

Please login to write comment.