Color Hex Logo

#e344cb Color Hex

#E344CB
(227,68,203)
0 Favorites   0 Comments

Color spaces of #e344cb

RGB 22768203
HSL0.860.740.58
HSV309°70°89°
CMYK 0.000.700.11   0.11
XYZ44.525224.776958.9356
Yxy24.77690.34720.1932
Hunter Lab49.776472.5603-35.3563
CIE-Lab56.857474.2819-37.3769

#e344cb color RGB value is (227,68,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000100 11001011
Octal 343 104 313
Decimal 227 68 203
Hex E3 44 CB

RGB Percentages of Color #e344cb

%45.58
%13.65
%40.76

CMYK Percentages of Color #e344cb

%0
%70
%11
%11

Triadic Colors of #e344cb

#e344cb #cbe344 #44cbe3

Analogous Colors of #e344cb

#e344cb #e3447c #ac44e3

Monochromatic Colors of #e344cb

#e344cb

Complementary Color

#e344cb #44e35c

#e344cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e344cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e344cb Color CSS Codes

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

#e344cb Text Font Color

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

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


#e344cb Background Color

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

This div background color is #e344cb


#e344cb Border Color

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

This div border color is #e344cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e344cb


Comments

No comments written yet.

Please login to write comment.