Color Hex Logo

#e34fcd Color Hex

#E34FCD
(227,79,205)
0 Favorites   0 Comments

Color spaces of #e34fcd

RGB 22779205
HSL0.860.730.60
HSV309°65°89°
CMYK 0.000.650.10   0.11
XYZ45.494026.330660.4421
Yxy26.33060.34400.1991
Hunter Lab51.313468.4583-33.9185
CIE-Lab58.349570.6466-36.1814

#e34fcd color RGB value is (227,79,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001111 11001101
Octal 343 117 315
Decimal 227 79 205
Hex E3 4F CD

RGB Percentages of Color #e34fcd

%44.42
%15.46
%40.12

CMYK Percentages of Color #e34fcd

%0
%65
%10
%11

Triadic Colors of #e34fcd

#e34fcd #cde34f #4fcde3

Analogous Colors of #e34fcd

#e34fcd #e34f83 #af4fe3

Monochromatic Colors of #e34fcd

#e34fcd

Complementary Color

#e34fcd #4fe365

#e34fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34fcd Color CSS Codes

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

#e34fcd Text Font Color

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

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


#e34fcd Background Color

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

This div background color is #e34fcd


#e34fcd Border Color

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

This div border color is #e34fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34fcd


Comments

No comments written yet.

Please login to write comment.