Color Hex Logo

#e61abd Color Hex

#E61ABD
(230,26,189)
0 Favorites   0 Comments

Color spaces of #e61abd

RGB 23026189
HSL0.870.800.50
HSV312°89°90°
CMYK 0.000.890.18   0.10
XYZ42.187821.235950.0195
Yxy21.23590.37190.1872
Hunter Lab46.082482.7699-32.0978
CIE-Lab53.206783.1000-34.9984

#e61abd color RGB value is (230,26,189).

#e61abd hex color red value is 230, green value is 26 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e61abd hue: 0.87 , saturation: 0.80 and the lightness value of e61abd is 0.50.

The process color (four color CMYK) of #e61abd color hex is 0.00, 0.89, 0.18, 0.10. Web safe color of #e61abd is #ff33cc. Color #e61abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011010 10111101
Octal 346 32 275
Decimal 230 26 189
Hex E6 1A BD

RGB Percentages of Color #e61abd

%51.69
%5.84
%42.47

CMYK Percentages of Color #e61abd

%0
%89
%18
%10

Triadic Colors of #e61abd

#e61abd #bde61a #1abde6

Analogous Colors of #e61abd

#e61abd #e61a57 #a91ae6

Monochromatic Colors of #e61abd

#e61abd

Complementary Color

#e61abd #1ae643

#e61abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61abd Color CSS Codes

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

#e61abd Text Font Color

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

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


#e61abd Background Color

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

This div background color is #e61abd


#e61abd Border Color

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

This div border color is #e61abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61abd


Comments

No comments written yet.

Please login to write comment.