Color Hex Logo

#e34ecb Color Hex

#E34ECB
(227,78,203)
0 Favorites   0 Comments

Color spaces of #e34ecb

RGB 22778203
HSL0.860.730.60
HSV310°66°89°
CMYK 0.000.660.11   0.11
XYZ45.182426.091559.1547
Yxy26.09150.34640.2000
Hunter Lab51.079868.5015-32.9069
CIE-Lab58.123870.7246-35.3952

#e34ecb color RGB value is (227,78,203).

#e34ecb hex color red value is 227, green value is 78 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e34ecb hue: 0.86 , saturation: 0.73 and the lightness value of e34ecb is 0.60.

The process color (four color CMYK) of #e34ecb color hex is 0.00, 0.66, 0.11, 0.11. Web safe color of #e34ecb is #cc66cc. Color #e34ecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001110 11001011
Octal 343 116 313
Decimal 227 78 203
Hex E3 4E CB

RGB Percentages of Color #e34ecb

%44.69
%15.35
%39.96

CMYK Percentages of Color #e34ecb

%0
%66
%11
%11

Triadic Colors of #e34ecb

#e34ecb #cbe34e #4ecbe3

Analogous Colors of #e34ecb

#e34ecb #e34e81 #b14ee3

Monochromatic Colors of #e34ecb

#e34ecb

Complementary Color

#e34ecb #4ee366

#e34ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34ecb Color CSS Codes

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

#e34ecb Text Font Color

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

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


#e34ecb Background Color

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

This div background color is #e34ecb


#e34ecb Border Color

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

This div border color is #e34ecb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,78,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e34ecb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e34ecb;
  -webkit-box-shadow: 1px 1px 3px 2px #e34ecb;
  box-shadow:         1px 1px 3px 2px #e34ecb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,78,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34ecb


Comments

No comments written yet.

Please login to write comment.