Color Hex Logo

#e327bc Color Hex

#E327BC
(227,39,188)
0 Favorites   0 Comments

Color spaces of #e327bc

RGB 22739188
HSL0.870.770.52
HSV312°83°89°
CMYK 0.000.830.17   0.11
XYZ41.481221.412849.5237
Yxy21.41280.36900.1905
Hunter Lab46.274079.0326-31.0620
CIE-Lab53.398380.1326-34.1564

#e327bc color RGB value is (227,39,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100111 10111100
Octal 343 47 274
Decimal 227 39 188
Hex E3 27 BC

RGB Percentages of Color #e327bc

%50.00
%8.59
%41.41

CMYK Percentages of Color #e327bc

%0
%83
%17
%11

Triadic Colors of #e327bc

#e327bc #bce327 #27bce3

Analogous Colors of #e327bc

#e327bc #e3275e #ac27e3

Monochromatic Colors of #e327bc

#e327bc

Complementary Color

#e327bc #27e34e

#e327bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e327bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e327bc Color CSS Codes

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

#e327bc Text Font Color

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

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


#e327bc Background Color

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

This div background color is #e327bc


#e327bc Border Color

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

This div border color is #e327bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e327bc


Comments

No comments written yet.

Please login to write comment.