Color Hex Logo

#e61bce Color Hex

#E61BCE
(230,27,206)
0 Favorites   0 Comments

Color spaces of #e61bce

RGB 23027206
HSL0.850.800.50
HSV307°88°90°
CMYK 0.000.880.10   0.10
XYZ44.165622.063160.3233
Yxy22.06310.34900.1743
Hunter Lab46.971485.6376-43.2636
CIE-Lab54.093985.1454-43.4109

#e61bce color RGB value is (230,27,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011011 11001110
Octal 346 33 316
Decimal 230 27 206
Hex E6 1B CE

RGB Percentages of Color #e61bce

%49.68
%5.83
%44.49

CMYK Percentages of Color #e61bce

%0
%88
%10
%10

Triadic Colors of #e61bce

#e61bce #cee61b #1bcee6

Analogous Colors of #e61bce

#e61bce #e61b69 #991be6

Monochromatic Colors of #e61bce

#e61bce

Complementary Color

#e61bce #1be633

#e61bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61bce Color CSS Codes

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

#e61bce Text Font Color

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

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


#e61bce Background Color

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

This div background color is #e61bce


#e61bce Border Color

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

This div border color is #e61bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61bce


Comments

No comments written yet.

Please login to write comment.