Color Hex Logo

#e326bf Color Hex

#E326BF
(227,38,191)
0 Favorites   0 Comments

Color spaces of #e326bf

RGB 22738191
HSL0.870.770.52
HSV311°83°89°
CMYK 0.000.830.16   0.11
XYZ41.775621.478751.2342
Yxy21.47870.36490.1876
Hunter Lab46.345179.7964-33.1031
CIE-Lab53.469580.7212-35.7846

#e326bf color RGB value is (227,38,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100110 10111111
Octal 343 46 277
Decimal 227 38 191
Hex E3 26 BF

RGB Percentages of Color #e326bf

%49.78
%8.33
%41.89

CMYK Percentages of Color #e326bf

%0
%83
%16
%11

Triadic Colors of #e326bf

#e326bf #bfe326 #26bfe3

Analogous Colors of #e326bf

#e326bf #e32661 #a926e3

Monochromatic Colors of #e326bf

#e326bf

Complementary Color

#e326bf #26e34a

#e326bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e326bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e326bf Color CSS Codes

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

#e326bf Text Font Color

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

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


#e326bf Background Color

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

This div background color is #e326bf


#e326bf Border Color

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

This div border color is #e326bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e326bf


Comments

No comments written yet.

Please login to write comment.