Color Hex Logo

#e492ca Color Hex

#E492CA
(228,146,202)
0 Favorites   0 Comments

Color spaces of #e492ca

RGB 228146202
HSL0.890.600.73
HSV319°36°89°
CMYK 0.000.360.11   0.11
XYZ52.934541.316061.0620
Yxy41.31600.34080.2660
Hunter Lab64.277534.5145-11.3297
CIE-Lab70.396838.9742-15.9703

#e492ca color RGB value is (228,146,202).

#e492ca hex color red value is 228, green value is 146 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e492ca hue: 0.89 , saturation: 0.60 and the lightness value of e492ca is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010010 11001010
Octal 344 222 312
Decimal 228 146 202
Hex E4 92 CA

RGB Percentages of Color #e492ca

%39.58
%25.35
%35.07

CMYK Percentages of Color #e492ca

%0
%36
%11
%11

Triadic Colors of #e492ca

#e492ca #cae492 #92cae4

Analogous Colors of #e492ca

#e492ca #e492a1 #d592e4

Monochromatic Colors of #e492ca

#e492ca

Complementary Color

#e492ca #92e4ac

#e492ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e492ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e492ca Color CSS Codes

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

#e492ca Text Font Color

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

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


#e492ca Background Color

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

This div background color is #e492ca


#e492ca Border Color

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

This div border color is #e492ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e492ca


Comments

No comments written yet.

Please login to write comment.