Color Hex Logo

#e40cbd Color Hex

#E40CBD
(228,12,189)
0 Favorites   0 Comments

Color spaces of #e40cbd

RGB 22812189
HSL0.860.900.47
HSV311°95°89°
CMYK 0.000.950.17   0.11
XYZ41.311720.431049.9103
Yxy20.43100.37000.1830
Hunter Lab45.200784.0411-33.8272
CIE-Lab52.321084.2589-36.4130

#e40cbd color RGB value is (228,12,189).

#e40cbd hex color red value is 228, green value is 12 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e40cbd hue: 0.86 , saturation: 0.90 and the lightness value of e40cbd is 0.47.

The process color (four color CMYK) of #e40cbd color hex is 0.00, 0.95, 0.17, 0.11. Web safe color of #e40cbd is #cc00cc. Color #e40cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001100 10111101
Octal 344 14 275
Decimal 228 12 189
Hex E4 C BD

RGB Percentages of Color #e40cbd

%53.15
%2.80
%44.06

CMYK Percentages of Color #e40cbd

%0
%95
%17
%11

Triadic Colors of #e40cbd

#e40cbd #bde40c #0cbde4

Analogous Colors of #e40cbd

#e40cbd #e40c51 #9f0ce4

Monochromatic Colors of #e40cbd

#e40cbd

Complementary Color

#e40cbd #0ce433

#e40cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40cbd Color CSS Codes

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

#e40cbd Text Font Color

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

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


#e40cbd Background Color

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

This div background color is #e40cbd


#e40cbd Border Color

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

This div border color is #e40cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40cbd


Comments

No comments written yet.

Please login to write comment.