Color Hex Logo

#e327cd Color Hex

#E327CD
(227,39,205)
0 Favorites   0 Comments

Color spaces of #e327cd

RGB 22739205
HSL0.850.770.52
HSV307°83°89°
CMYK 0.000.830.10   0.11
XYZ43.423522.189759.7520
Yxy22.18970.34640.1770
Hunter Lab47.105982.1106-42.2328
CIE-Lab54.227782.3872-42.6600

#e327cd color RGB value is (227,39,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100111 11001101
Octal 343 47 315
Decimal 227 39 205
Hex E3 27 CD

RGB Percentages of Color #e327cd

%48.20
%8.28
%43.52

CMYK Percentages of Color #e327cd

%0
%83
%10
%11

Triadic Colors of #e327cd

#e327cd #cde327 #27cde3

Analogous Colors of #e327cd

#e327cd #e3276f #9b27e3

Monochromatic Colors of #e327cd

#e327cd

Complementary Color

#e327cd #27e33d

#e327cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e327cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e327cd Color CSS Codes

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

#e327cd Text Font Color

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

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


#e327cd Background Color

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

This div background color is #e327cd


#e327cd Border Color

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

This div border color is #e327cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e327cd


Comments

No comments written yet.

Please login to write comment.