Color Hex Logo

#e944cd Color Hex

#E944CD
(233,68,205)
0 Favorites   0 Comments

Color spaces of #e944cd

RGB 23368205
HSL0.860.790.59
HSV310°71°91°
CMYK 0.000.710.12   0.09
XYZ46.690825.865760.2893
Yxy25.86570.35150.1947
Hunter Lab50.858374.8709-34.6837
CIE-Lab57.909475.9439-36.8017

#e944cd color RGB value is (233,68,205).

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

The process color (four color CMYK) of #e944cd color hex is 0.00, 0.71, 0.12, 0.09. Web safe color of #e944cd is #ff33cc. Color #e944cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000100 11001101
Octal 351 104 315
Decimal 233 68 205
Hex E9 44 CD

RGB Percentages of Color #e944cd

%46.05
%13.44
%40.51

CMYK Percentages of Color #e944cd

%0
%71
%12
%9

Triadic Colors of #e944cd

#e944cd #cde944 #44cde9

Analogous Colors of #e944cd

#e944cd #e9447b #b344e9

Monochromatic Colors of #e944cd

#e944cd

Complementary Color

#e944cd #44e960

#e944cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e944cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e944cd Color CSS Codes

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

#e944cd Text Font Color

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

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


#e944cd Background Color

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

This div background color is #e944cd


#e944cd Border Color

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

This div border color is #e944cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e944cd


Comments

No comments written yet.

Please login to write comment.