Color Hex Logo

#e31cca Color Hex

#E31CCA
(227,28,202)
0 Favorites   0 Comments

Color spaces of #e31cca

RGB 22728202
HSL0.850.780.50
HSV308°88°89°
CMYK 0.000.880.11   0.11
XYZ42.754521.425757.7593
Yxy21.42570.35060.1757
Hunter Lab46.287983.8703-41.5821
CIE-Lab53.412383.9141-42.2251

#e31cca color RGB value is (227,28,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011100 11001010
Octal 343 34 312
Decimal 227 28 202
Hex E3 1C CA

RGB Percentages of Color #e31cca

%49.67
%6.13
%44.20

CMYK Percentages of Color #e31cca

%0
%88
%11
%11

Triadic Colors of #e31cca

#e31cca #cae31c #1ccae3

Analogous Colors of #e31cca

#e31cca #e31c67 #991ce3

Monochromatic Colors of #e31cca

#e31cca

Complementary Color

#e31cca #1ce335

#e31cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31cca Color CSS Codes

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

#e31cca Text Font Color

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

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


#e31cca Background Color

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

This div background color is #e31cca


#e31cca Border Color

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

This div border color is #e31cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31cca


Comments

No comments written yet.

Please login to write comment.