Color Hex Logo

#e31fca Color Hex

#E31FCA
(227,31,202)
0 Favorites   0 Comments

Color spaces of #e31fca

RGB 22731202
HSL0.850.780.51
HSV308°86°89°
CMYK 0.000.860.11   0.11
XYZ42.829221.575157.7842
Yxy21.57510.35050.1766
Hunter Lab46.449083.3036-41.2445
CIE-Lab53.573283.4433-41.9708

#e31fca color RGB value is (227,31,202).

#e31fca hex color red value is 227, green value is 31 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e31fca hue: 0.85 , saturation: 0.78 and the lightness value of e31fca is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011111 11001010
Octal 343 37 312
Decimal 227 31 202
Hex E3 1F CA

RGB Percentages of Color #e31fca

%49.35
%6.74
%43.91

CMYK Percentages of Color #e31fca

%0
%86
%11
%11

Triadic Colors of #e31fca

#e31fca #cae31f #1fcae3

Analogous Colors of #e31fca

#e31fca #e31f68 #9a1fe3

Monochromatic Colors of #e31fca

#e31fca

Complementary Color

#e31fca #1fe338

#e31fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31fca Color CSS Codes

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

#e31fca Text Font Color

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

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


#e31fca Background Color

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

This div background color is #e31fca


#e31fca Border Color

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

This div border color is #e31fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31fca


Comments

No comments written yet.

Please login to write comment.