Color Hex Logo

#e327cb Color Hex

#E327CB
(227,39,203)
0 Favorites   0 Comments

Color spaces of #e327cb

RGB 22739203
HSL0.850.770.52
HSV308°83°89°
CMYK 0.000.830.11   0.11
XYZ43.183622.093758.4884
Yxy22.09370.34890.1785
Hunter Lab47.003981.7352-40.8736
CIE-Lab54.126382.1139-41.6724

#e327cb color RGB value is (227,39,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100111 11001011
Octal 343 47 313
Decimal 227 39 203
Hex E3 27 CB

RGB Percentages of Color #e327cb

%48.40
%8.32
%43.28

CMYK Percentages of Color #e327cb

%0
%83
%11
%11

Triadic Colors of #e327cb

#e327cb #cbe327 #27cbe3

Analogous Colors of #e327cb

#e327cb #e3276d #9d27e3

Monochromatic Colors of #e327cb

#e327cb

Complementary Color

#e327cb #27e33f

#e327cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e327cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e327cb Color CSS Codes

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

#e327cb Text Font Color

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

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


#e327cb Background Color

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

This div background color is #e327cb


#e327cb Border Color

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

This div border color is #e327cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e327cb


Comments

No comments written yet.

Please login to write comment.