Color Hex Logo

#e094ca Color Hex

#E094CA
(224,148,202)
0 Favorites   0 Comments

Color spaces of #e094ca

RGB 224148202
HSL0.880.550.73
HSV317°34°88°
CMYK 0.000.340.10   0.12
XYZ51.991041.291461.1069
Yxy41.29140.33680.2674
Hunter Lab64.258431.9709-11.4013
CIE-Lab70.379636.5893-16.0403

#e094ca color RGB value is (224,148,202).

#e094ca hex color red value is 224, green value is 148 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e094ca hue: 0.88 , saturation: 0.55 and the lightness value of e094ca is 0.73.

The process color (four color CMYK) of #e094ca color hex is 0.00, 0.34, 0.10, 0.12. Web safe color of #e094ca is #cc99cc. Color #e094ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010100 11001010
Octal 340 224 312
Decimal 224 148 202
Hex E0 94 CA

RGB Percentages of Color #e094ca

%39.02
%25.78
%35.19

CMYK Percentages of Color #e094ca

%0
%34
%10
%12

Triadic Colors of #e094ca

#e094ca #cae094 #94cae0

Analogous Colors of #e094ca

#e094ca #e094a4 #d094e0

Monochromatic Colors of #e094ca

#e094ca

Complementary Color

#e094ca #94e0aa

#e094ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e094ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e094ca Color CSS Codes

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

#e094ca Text Font Color

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

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


#e094ca Background Color

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

This div background color is #e094ca


#e094ca Border Color

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

This div border color is #e094ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e094ca


Comments

No comments written yet.

Please login to write comment.