Color Hex Logo

#e61cbe Color Hex

#E61CBE
(230,28,190)
0 Favorites   0 Comments

Color spaces of #e61cbe

RGB 23028190
HSL0.870.800.51
HSV312°88°90°
CMYK 0.000.880.17   0.10
XYZ42.342621.371250.6085
Yxy21.37120.37040.1869
Hunter Lab46.229082.5931-32.5465
CIE-Lab53.353482.9338-35.3489

#e61cbe color RGB value is (230,28,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011100 10111110
Octal 346 34 276
Decimal 230 28 190
Hex E6 1C BE

RGB Percentages of Color #e61cbe

%51.34
%6.25
%42.41

CMYK Percentages of Color #e61cbe

%0
%88
%17
%10

Triadic Colors of #e61cbe

#e61cbe #bee61c #1cbee6

Analogous Colors of #e61cbe

#e61cbe #e61c59 #a91ce6

Monochromatic Colors of #e61cbe

#e61cbe

Complementary Color

#e61cbe #1ce644

#e61cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61cbe Color CSS Codes

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

#e61cbe Text Font Color

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

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


#e61cbe Background Color

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

This div background color is #e61cbe


#e61cbe Border Color

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

This div border color is #e61cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61cbe


Comments

No comments written yet.

Please login to write comment.