Color Hex Logo

#e51cbd Color Hex

#E51CBD
(229,28,189)
0 Favorites   0 Comments

Color spaces of #e51cbd

RGB 22928189
HSL0.870.790.50
HSV312°88°90°
CMYK 0.000.880.17   0.10
XYZ41.913721.162650.0198
Yxy21.16260.37060.1871
Hunter Lab46.002882.1284-32.2652
CIE-Lab53.127082.6158-35.1361

#e51cbd color RGB value is (229,28,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011100 10111101
Octal 345 34 275
Decimal 229 28 189
Hex E5 1C BD

RGB Percentages of Color #e51cbd

%51.35
%6.28
%42.38

CMYK Percentages of Color #e51cbd

%0
%88
%17
%10

Triadic Colors of #e51cbd

#e51cbd #bde51c #1cbde5

Analogous Colors of #e51cbd

#e51cbd #e51c58 #a91ce5

Monochromatic Colors of #e51cbd

#e51cbd

Complementary Color

#e51cbd #1ce544

#e51cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e51cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e51cbd Color CSS Codes

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

#e51cbd Text Font Color

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

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


#e51cbd Background Color

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

This div background color is #e51cbd


#e51cbd Border Color

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

This div border color is #e51cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,28,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 #e51cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e51cbd


Comments

No comments written yet.

Please login to write comment.