Color Hex Logo

#e488ca Color Hex

#E488CA
(228,136,202)
0 Favorites   0 Comments

Color spaces of #e488ca

RGB 228136202
HSL0.880.630.71
HSV317°40°89°
CMYK 0.000.400.11   0.11
XYZ51.459738.366660.5704
Yxy38.36660.34220.2551
Hunter Lab61.940839.8994-14.6197
CIE-Lab68.289944.1988-19.1590

#e488ca color RGB value is (228,136,202).

#e488ca hex color red value is 228, green value is 136 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e488ca hue: 0.88 , saturation: 0.63 and the lightness value of e488ca is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001000 11001010
Octal 344 210 312
Decimal 228 136 202
Hex E4 88 CA

RGB Percentages of Color #e488ca

%40.28
%24.03
%35.69

CMYK Percentages of Color #e488ca

%0
%40
%11
%11

Triadic Colors of #e488ca

#e488ca #cae488 #88cae4

Analogous Colors of #e488ca

#e488ca #e4889c #d088e4

Monochromatic Colors of #e488ca

#e488ca

Complementary Color

#e488ca #88e4a2

#e488ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e488ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e488ca Color CSS Codes

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

#e488ca Text Font Color

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

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


#e488ca Background Color

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

This div background color is #e488ca


#e488ca Border Color

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

This div border color is #e488ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e488ca


Comments

No comments written yet.

Please login to write comment.