Color Hex Logo

#e344be Color Hex

#E344BE
(227,68,190)
0 Favorites   0 Comments

Color spaces of #e344be

RGB 22768190
HSL0.870.740.58
HSV314°70°89°
CMYK 0.000.700.16   0.11
XYZ43.039924.182851.1145
Yxy24.18280.36370.2044
Hunter Lab49.176070.1690-27.2040
CIE-Lab56.270472.4454-30.8342

#e344be color RGB value is (227,68,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000100 10111110
Octal 343 104 276
Decimal 227 68 190
Hex E3 44 BE

RGB Percentages of Color #e344be

%46.80
%14.02
%39.18

CMYK Percentages of Color #e344be

%0
%70
%16
%11

Triadic Colors of #e344be

#e344be #bee344 #44bee3

Analogous Colors of #e344be

#e344be #e3446f #b944e3

Monochromatic Colors of #e344be

#e344be

Complementary Color

#e344be #44e369

#e344be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e344be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e344be Color CSS Codes

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

#e344be Text Font Color

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

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


#e344be Background Color

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

This div background color is #e344be


#e344be Border Color

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

This div border color is #e344be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e344be


Comments

No comments written yet.

Please login to write comment.