Color Hex Logo

#e898ca Color Hex

#E898CA
(232,152,202)
0 Favorites   0 Comments

Color spaces of #e898ca

RGB 232152202
HSL0.900.630.75
HSV323°34°91°
CMYK 0.000.340.13   0.09
XYZ55.167643.876561.4385
Yxy43.87650.34380.2734
Hunter Lab66.239332.7453-8.6253
CIE-Lab72.145937.1401-13.2929

#e898ca color RGB value is (232,152,202).

#e898ca hex color red value is 232, green value is 152 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e898ca hue: 0.90 , saturation: 0.63 and the lightness value of e898ca is 0.75.

The process color (four color CMYK) of #e898ca color hex is 0.00, 0.34, 0.13, 0.09. Web safe color of #e898ca is #ff99cc. Color #e898ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011000 11001010
Octal 350 230 312
Decimal 232 152 202
Hex E8 98 CA

RGB Percentages of Color #e898ca

%39.59
%25.94
%34.47

CMYK Percentages of Color #e898ca

%0
%34
%13
%9

Triadic Colors of #e898ca

#e898ca #cae898 #98cae8

Analogous Colors of #e898ca

#e898ca #e898a2 #de98e8

Monochromatic Colors of #e898ca

#e898ca

Complementary Color

#e898ca #98e8b6

#e898ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e898ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e898ca Color CSS Codes

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

#e898ca Text Font Color

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

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


#e898ca Background Color

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

This div background color is #e898ca


#e898ca Border Color

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

This div border color is #e898ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e898ca


Comments

No comments written yet.

Please login to write comment.