Color Hex Logo

#e298cf Color Hex

#E298CF
(226,152,207)
0 Favorites   0 Comments

Color spaces of #e298cf

RGB 226152207
HSL0.880.560.74
HSV315°33°89°
CMYK 0.000.330.08   0.11
XYZ53.854843.130264.5180
Yxy43.13020.33350.2671
Hunter Lab65.673631.4479-12.2752
CIE-Lab71.643335.9716-16.8759

#e298cf color RGB value is (226,152,207).

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

The process color (four color CMYK) of #e298cf color hex is 0.00, 0.33, 0.08, 0.11. Web safe color of #e298cf is #cc99cc. Color #e298cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011000 11001111
Octal 342 230 317
Decimal 226 152 207
Hex E2 98 CF

RGB Percentages of Color #e298cf

%38.63
%25.98
%35.38

CMYK Percentages of Color #e298cf

%0
%33
%8
%11

Triadic Colors of #e298cf

#e298cf #cfe298 #98cfe2

Analogous Colors of #e298cf

#e298cf #e298aa #d098e2

Monochromatic Colors of #e298cf

#e298cf

Complementary Color

#e298cf #98e2ab

#e298cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e298cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e298cf Color CSS Codes

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

#e298cf Text Font Color

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

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


#e298cf Background Color

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

This div background color is #e298cf


#e298cf Border Color

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

This div border color is #e298cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e298cf


Comments

No comments written yet.

Please login to write comment.