Color Hex Logo

#e34fcb Color Hex

#E34FCB
(227,79,203)
0 Favorites   0 Comments

Color spaces of #e34fcb

RGB 22779203
HSL0.860.730.60
HSV310°65°89°
CMYK 0.000.650.11   0.11
XYZ45.254026.234759.1786
Yxy26.23470.34630.2008
Hunter Lab51.219868.0746-32.6489
CIE-Lab58.259270.3471-35.1838

#e34fcb color RGB value is (227,79,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001111 11001011
Octal 343 117 313
Decimal 227 79 203
Hex E3 4F CB

RGB Percentages of Color #e34fcb

%44.60
%15.52
%39.88

CMYK Percentages of Color #e34fcb

%0
%65
%11
%11

Triadic Colors of #e34fcb

#e34fcb #cbe34f #4fcbe3

Analogous Colors of #e34fcb

#e34fcb #e34f81 #b14fe3

Monochromatic Colors of #e34fcb

#e34fcb

Complementary Color

#e34fcb #4fe367

#e34fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34fcb Color CSS Codes

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

#e34fcb Text Font Color

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

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


#e34fcb Background Color

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

This div background color is #e34fcb


#e34fcb Border Color

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

This div border color is #e34fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34fcb


Comments

No comments written yet.

Please login to write comment.