Color Hex Logo

#e344cd Color Hex

#E344CD
(227,68,205)
0 Favorites   0 Comments

Color spaces of #e344cd

RGB 22768205
HSL0.860.740.58
HSV308°70°89°
CMYK 0.000.700.10   0.11
XYZ44.765124.872960.1992
Yxy24.87290.34480.1916
Hunter Lab49.872772.9419-36.6554
CIE-Lab56.951474.5730-38.3715

#e344cd color RGB value is (227,68,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000100 11001101
Octal 343 104 315
Decimal 227 68 205
Hex E3 44 CD

RGB Percentages of Color #e344cd

%45.40
%13.60
%41.00

CMYK Percentages of Color #e344cd

%0
%70
%10
%11

Triadic Colors of #e344cd

#e344cd #cde344 #44cde3

Analogous Colors of #e344cd

#e344cd #e3447e #aa44e3

Monochromatic Colors of #e344cd

#e344cd

Complementary Color

#e344cd #44e35a

#e344cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e344cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e344cd Color CSS Codes

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

#e344cd Text Font Color

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

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


#e344cd Background Color

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

This div background color is #e344cd


#e344cd Border Color

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

This div border color is #e344cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e344cd


Comments

No comments written yet.

Please login to write comment.