Color Hex Logo

#e31adf Color Hex

#E31ADF
(227,26,223)
0 Favorites   0 Comments

Color spaces of #e31adf

RGB 22726223
HSL0.840.790.50
HSV301°89°89°
CMYK 0.000.890.02   0.11
XYZ45.367222.397471.7440
Yxy22.39740.32520.1605
Hunter Lab47.325988.2921-56.7529
CIE-Lab54.446187.1078-52.5769

#e31adf color RGB value is (227,26,223).

#e31adf hex color red value is 227, green value is 26 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e31adf hue: 0.84 , saturation: 0.79 and the lightness value of e31adf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011010 11011111
Octal 343 32 337
Decimal 227 26 223
Hex E3 1A DF

RGB Percentages of Color #e31adf

%47.69
%5.46
%46.85

CMYK Percentages of Color #e31adf

%0
%89
%2
%11

Triadic Colors of #e31adf

#e31adf #dfe31a #1adfe3

Analogous Colors of #e31adf

#e31adf #e31a7b #831ae3

Monochromatic Colors of #e31adf

#e31adf

Complementary Color

#e31adf #1ae31e

#e31adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31adf Color CSS Codes

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

#e31adf Text Font Color

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

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


#e31adf Background Color

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

This div background color is #e31adf


#e31adf Border Color

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

This div border color is #e31adf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,26,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e31adf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31adf


Comments

No comments written yet.

Please login to write comment.