Color Hex Logo

#e42cbf Color Hex

#E42CBF
(228,44,191)
0 Favorites   0 Comments

Color spaces of #e42cbf

RGB 22844191
HSL0.870.770.53
HSV312°81°89°
CMYK 0.000.810.16   0.11
XYZ42.299622.056951.3182
Yxy22.05690.36570.1907
Hunter Lab46.964878.5806-31.9106
CIE-Lab54.087379.6409-34.8043

#e42cbf color RGB value is (228,44,191).

#e42cbf hex color red value is 228, green value is 44 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e42cbf hue: 0.87 , saturation: 0.77 and the lightness value of e42cbf is 0.53.

The process color (four color CMYK) of #e42cbf color hex is 0.00, 0.81, 0.16, 0.11. Web safe color of #e42cbf is #cc33cc. Color #e42cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101100 10111111
Octal 344 54 277
Decimal 228 44 191
Hex E4 2C BF

RGB Percentages of Color #e42cbf

%49.24
%9.50
%41.25

CMYK Percentages of Color #e42cbf

%0
%81
%16
%11

Triadic Colors of #e42cbf

#e42cbf #bfe42c #2cbfe4

Analogous Colors of #e42cbf

#e42cbf #e42c63 #ad2ce4

Monochromatic Colors of #e42cbf

#e42cbf

Complementary Color

#e42cbf #2ce451

#e42cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42cbf Color CSS Codes

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

#e42cbf Text Font Color

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

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


#e42cbf Background Color

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

This div background color is #e42cbf


#e42cbf Border Color

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

This div border color is #e42cbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,44,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42cbf


Comments

No comments written yet.

Please login to write comment.