Color Hex Logo

#e198cf Color Hex

#E198CF
(225,152,207)
0 Favorites   0 Comments

Color spaces of #e198cf

RGB 225152207
HSL0.870.550.74
HSV315°32°88°
CMYK 0.000.320.08   0.12
XYZ53.542142.969064.5034
Yxy42.96900.33250.2669
Hunter Lab65.550731.0857-12.4572
CIE-Lab71.533935.6405-17.0517

#e198cf color RGB value is (225,152,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011000 11001111
Octal 341 230 317
Decimal 225 152 207
Hex E1 98 CF

RGB Percentages of Color #e198cf

%38.53
%26.03
%35.45

CMYK Percentages of Color #e198cf

%0
%32
%8
%12

Triadic Colors of #e198cf

#e198cf #cfe198 #98cfe1

Analogous Colors of #e198cf

#e198cf #e198ab #cf98e1

Monochromatic Colors of #e198cf

#e198cf

Complementary Color

#e198cf #98e1aa

#e198cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e198cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e198cf Color CSS Codes

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

#e198cf Text Font Color

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

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


#e198cf Background Color

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

This div background color is #e198cf


#e198cf Border Color

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

This div border color is #e198cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e198cf


Comments

No comments written yet.

Please login to write comment.