Color Hex Logo

#e320cf Color Hex

#E320CF
(227,32,207)
0 Favorites   0 Comments

Color spaces of #e320cf

RGB 22732207
HSL0.850.780.51
HSV306°86°89°
CMYK 0.000.860.09   0.11
XYZ43.457621.868960.9621
Yxy21.86890.34410.1732
Hunter Lab46.764284.0413-44.5559
CIE-Lab53.887683.9539-44.3443

#e320cf color RGB value is (227,32,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100000 11001111
Octal 343 40 317
Decimal 227 32 207
Hex E3 20 CF

RGB Percentages of Color #e320cf

%48.71
%6.87
%44.42

CMYK Percentages of Color #e320cf

%0
%86
%9
%11

Triadic Colors of #e320cf

#e320cf #cfe320 #20cfe3

Analogous Colors of #e320cf

#e320cf #e3206e #9620e3

Monochromatic Colors of #e320cf

#e320cf

Complementary Color

#e320cf #20e334

#e320cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e320cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e320cf Color CSS Codes

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

#e320cf Text Font Color

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

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


#e320cf Background Color

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

This div background color is #e320cf


#e320cf Border Color

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

This div border color is #e320cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e320cf


Comments

No comments written yet.

Please login to write comment.