Color Hex Logo

#e329bf Color Hex

#E329BF
(227,41,191)
0 Favorites   0 Comments

Color spaces of #e329bf

RGB 22741191
HSL0.870.770.53
HSV312°82°89°
CMYK 0.000.820.16   0.11
XYZ41.875521.678451.2675
Yxy21.67840.36470.1888
Hunter Lab46.560179.0604-32.6924
CIE-Lab53.684180.0988-35.4482

#e329bf color RGB value is (227,41,191).

#e329bf hex color red value is 227, green value is 41 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e329bf hue: 0.87 , saturation: 0.77 and the lightness value of e329bf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101001 10111111
Octal 343 51 277
Decimal 227 41 191
Hex E3 29 BF

RGB Percentages of Color #e329bf

%49.46
%8.93
%41.61

CMYK Percentages of Color #e329bf

%0
%82
%16
%11

Triadic Colors of #e329bf

#e329bf #bfe329 #29bfe3

Analogous Colors of #e329bf

#e329bf #e32962 #aa29e3

Monochromatic Colors of #e329bf

#e329bf

Complementary Color

#e329bf #29e34d

#e329bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e329bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e329bf Color CSS Codes

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

#e329bf Text Font Color

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

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


#e329bf Background Color

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

This div background color is #e329bf


#e329bf Border Color

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

This div border color is #e329bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e329bf


Comments

No comments written yet.

Please login to write comment.