Color Hex Logo

#e441cb Color Hex

#E441CB
(228,65,203)
0 Favorites   0 Comments

Color spaces of #e441cb

RGB 22865203
HSL0.860.750.57
HSV309°71°89°
CMYK 0.000.710.11   0.11
XYZ44.664724.586458.8915
Yxy24.58640.34860.1919
Hunter Lab49.584774.0154-35.7092
CIE-Lab56.670275.4940-37.6590

#e441cb color RGB value is (228,65,203).

#e441cb hex color red value is 228, green value is 65 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e441cb hue: 0.86 , saturation: 0.75 and the lightness value of e441cb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000001 11001011
Octal 344 101 313
Decimal 228 65 203
Hex E4 41 CB

RGB Percentages of Color #e441cb

%45.97
%13.10
%40.93

CMYK Percentages of Color #e441cb

%0
%71
%11
%11

Triadic Colors of #e441cb

#e441cb #cbe441 #41cbe4

Analogous Colors of #e441cb

#e441cb #e4417a #ac41e4

Monochromatic Colors of #e441cb

#e441cb

Complementary Color

#e441cb #41e45a

#e441cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e441cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e441cb Color CSS Codes

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

#e441cb Text Font Color

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

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


#e441cb Background Color

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

This div background color is #e441cb


#e441cb Border Color

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

This div border color is #e441cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e441cb


Comments

No comments written yet.

Please login to write comment.