Color Hex Logo

#e320bf Color Hex

#E320BF
(227,32,191)
0 Favorites   0 Comments

Color spaces of #e320bf

RGB 22732191
HSL0.860.780.51
HSV311°86°89°
CMYK 0.000.860.16   0.11
XYZ41.599021.125551.1753
Yxy21.12550.36520.1855
Hunter Lab45.962581.1196-33.8406
CIE-Lab53.086681.8352-36.3851

#e320bf color RGB value is (227,32,191).

#e320bf hex color red value is 227, green value is 32 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e320bf hue: 0.86 , saturation: 0.78 and the lightness value of e320bf is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100000 10111111
Octal 343 40 277
Decimal 227 32 191
Hex E3 20 BF

RGB Percentages of Color #e320bf

%50.44
%7.11
%42.44

CMYK Percentages of Color #e320bf

%0
%86
%16
%11

Triadic Colors of #e320bf

#e320bf #bfe320 #20bfe3

Analogous Colors of #e320bf

#e320bf #e3205d #a620e3

Monochromatic Colors of #e320bf

#e320bf

Complementary Color

#e320bf #20e344

#e320bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e320bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e320bf Color CSS Codes

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

#e320bf Text Font Color

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

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


#e320bf Background Color

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

This div background color is #e320bf


#e320bf Border Color

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

This div border color is #e320bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e320bf


Comments

No comments written yet.

Please login to write comment.