Color Hex Logo

#e298cb Color Hex

#E298CB
(226,152,203)
0 Favorites   0 Comments

Color spaces of #e298cb

RGB 226152203
HSL0.890.560.74
HSV319°33°89°
CMYK 0.000.330.10   0.11
XYZ53.371842.937061.9746
Yxy42.93700.33720.2713
Hunter Lab65.526330.7188-10.2079
CIE-Lab71.512235.2960-14.8648

#e298cb color RGB value is (226,152,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011000 11001011
Octal 342 230 313
Decimal 226 152 203
Hex E2 98 CB

RGB Percentages of Color #e298cb

%38.90
%26.16
%34.94

CMYK Percentages of Color #e298cb

%0
%33
%10
%11

Triadic Colors of #e298cb

#e298cb #cbe298 #98cbe2

Analogous Colors of #e298cb

#e298cb #e298a6 #d498e2

Monochromatic Colors of #e298cb

#e298cb

Complementary Color

#e298cb #98e2af

#e298cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e298cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e298cb Color CSS Codes

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

#e298cb Text Font Color

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

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


#e298cb Background Color

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

This div background color is #e298cb


#e298cb Border Color

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

This div border color is #e298cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e298cb


Comments

No comments written yet.

Please login to write comment.