Color Hex Logo

#e42cce Color Hex

#E42CCE
(228,44,206)
0 Favorites   0 Comments

Color spaces of #e42cce

RGB 22844206
HSL0.850.770.53
HSV307°81°89°
CMYK 0.000.810.10   0.11
XYZ44.036222.751660.4630
Yxy22.75160.34610.1788
Hunter Lab47.698681.3216-41.7672
CIE-Lab54.815681.6562-42.2934

#e42cce color RGB value is (228,44,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101100 11001110
Octal 344 54 316
Decimal 228 44 206
Hex E4 2C CE

RGB Percentages of Color #e42cce

%47.70
%9.21
%43.10

CMYK Percentages of Color #e42cce

%0
%81
%10
%11

Triadic Colors of #e42cce

#e42cce #cee42c #2ccee4

Analogous Colors of #e42cce

#e42cce #e42c72 #9e2ce4

Monochromatic Colors of #e42cce

#e42cce

Complementary Color

#e42cce #2ce442

#e42cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42cce Color CSS Codes

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

#e42cce Text Font Color

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

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


#e42cce Background Color

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

This div background color is #e42cce


#e42cce Border Color

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

This div border color is #e42cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42cce


Comments

No comments written yet.

Please login to write comment.