Color Hex Logo

#e34fcf Color Hex

#E34FCF
(227,79,207)
0 Favorites   0 Comments

Color spaces of #e34fcf

RGB 22779207
HSL0.860.730.60
HSV308°65°89°
CMYK 0.000.650.09   0.11
XYZ45.737026.427961.7220
Yxy26.42790.34160.1974
Hunter Lab51.408168.8447-35.1996
CIE-Lab58.441070.9474-37.1758

#e34fcf color RGB value is (227,79,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001111 11001111
Octal 343 117 317
Decimal 227 79 207
Hex E3 4F CF

RGB Percentages of Color #e34fcf

%44.25
%15.40
%40.35

CMYK Percentages of Color #e34fcf

%0
%65
%9
%11

Triadic Colors of #e34fcf

#e34fcf #cfe34f #4fcfe3

Analogous Colors of #e34fcf

#e34fcf #e34f85 #ad4fe3

Monochromatic Colors of #e34fcf

#e34fcf

Complementary Color

#e34fcf #4fe363

#e34fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34fcf Color CSS Codes

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

#e34fcf Text Font Color

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

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


#e34fcf Background Color

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

This div background color is #e34fcf


#e34fcf Border Color

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

This div border color is #e34fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34fcf


Comments

No comments written yet.

Please login to write comment.