Color Hex Logo

#e331ca Color Hex

#E331CA
(227,49,202)
0 Favorites   0 Comments

Color spaces of #e331ca

RGB 22749202
HSL0.860.760.54
HSV308°78°89°
CMYK 0.000.780.11   0.11
XYZ43.437522.791857.9870
Yxy22.79180.34970.1835
Hunter Lab47.740878.8640-38.5964
CIE-Lab54.857279.7151-39.9462

#e331ca color RGB value is (227,49,202).

#e331ca hex color red value is 227, green value is 49 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e331ca hue: 0.86 , saturation: 0.76 and the lightness value of e331ca is 0.54.

The process color (four color CMYK) of #e331ca color hex is 0.00, 0.78, 0.11, 0.11. Web safe color of #e331ca is #cc33cc. Color #e331ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110001 11001010
Octal 343 61 312
Decimal 227 49 202
Hex E3 31 CA

RGB Percentages of Color #e331ca

%47.49
%10.25
%42.26

CMYK Percentages of Color #e331ca

%0
%78
%11
%11

Triadic Colors of #e331ca

#e331ca #cae331 #31cae3

Analogous Colors of #e331ca

#e331ca #e33171 #a331e3

Monochromatic Colors of #e331ca

#e331ca

Complementary Color

#e331ca #31e34a

#e331ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e331ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e331ca Color CSS Codes

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

#e331ca Text Font Color

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

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


#e331ca Background Color

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

This div background color is #e331ca


#e331ca Border Color

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

This div border color is #e331ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e331ca


Comments

No comments written yet.

Please login to write comment.