Color Hex Logo

#e61afb Color Hex

#E61AFB
(230,26,251)
0 Favorites   0 Comments

Color spaces of #e61afb

RGB 23026251
HSL0.820.970.54
HSV294°90°98°
CMYK 0.080.900.00   0.02
XYZ50.415124.526893.3438
Yxy24.52680.29960.1457
Hunter Lab49.524595.0419-77.0826
CIE-Lab56.611491.7609-64.8013

#e61afb color RGB value is (230,26,251).

#e61afb hex color red value is 230, green value is 26 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e61afb hue: 0.82 , saturation: 0.97 and the lightness value of e61afb is 0.54.

The process color (four color CMYK) of #e61afb color hex is 0.08, 0.90, 0.00, 0.02. Web safe color of #e61afb is #ff33ff. Color #e61afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011010 11111011
Octal 346 32 373
Decimal 230 26 251
Hex E6 1A FB

RGB Percentages of Color #e61afb

%45.36
%5.13
%49.51

CMYK Percentages of Color #e61afb

%8
%90
%0
%2

Triadic Colors of #e61afb

#e61afb #fbe61a #1afbe6

Analogous Colors of #e61afb

#e61afb #fb1aa0 #761afb

Monochromatic Colors of #e61afb

#e61afb

Complementary Color

#e61afb #2ffb1a

#e61afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61afb Color CSS Codes

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

#e61afb Text Font Color

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

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


#e61afb Background Color

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

This div background color is #e61afb


#e61afb Border Color

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

This div border color is #e61afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61afb


Comments

No comments written yet.

Please login to write comment.