Color Hex Logo

#e327cf Color Hex

#E327CF
(227,39,207)
0 Favorites   0 Comments

Color spaces of #e327cf

RGB 22739207
HSL0.850.770.52
HSV306°83°89°
CMYK 0.000.830.09   0.11
XYZ43.666622.286961.0318
Yxy22.28690.34390.1755
Hunter Lab47.209082.4902-43.6038
CIE-Lab54.330182.6632-43.6443

#e327cf color RGB value is (227,39,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100111 11001111
Octal 343 47 317
Decimal 227 39 207
Hex E3 27 CF

RGB Percentages of Color #e327cf

%47.99
%8.25
%43.76

CMYK Percentages of Color #e327cf

%0
%83
%9
%11

Triadic Colors of #e327cf

#e327cf #cfe327 #27cfe3

Analogous Colors of #e327cf

#e327cf #e32771 #9927e3

Monochromatic Colors of #e327cf

#e327cf

Complementary Color

#e327cf #27e33b

#e327cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e327cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e327cf Color CSS Codes

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

#e327cf Text Font Color

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

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


#e327cf Background Color

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

This div background color is #e327cf


#e327cf Border Color

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

This div border color is #e327cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e327cf


Comments

No comments written yet.

Please login to write comment.