Color Hex Logo

#e316cf Color Hex

#E316CF
(227,22,207)
0 Favorites   0 Comments

Color spaces of #e316cf

RGB 22722207
HSL0.850.820.49
HSV306°90°89°
CMYK 0.000.900.09   0.11
XYZ43.227921.409760.8856
Yxy21.40970.34440.1706
Hunter Lab46.270685.7884-45.6278
CIE-Lab53.395085.3974-45.1247

#e316cf color RGB value is (227,22,207).

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

The process color (four color CMYK) of #e316cf color hex is 0.00, 0.90, 0.09, 0.11. Web safe color of #e316cf is #cc00cc. Color #e316cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010110 11001111
Octal 343 26 317
Decimal 227 22 207
Hex E3 16 CF

RGB Percentages of Color #e316cf

%49.78
%4.82
%45.39

CMYK Percentages of Color #e316cf

%0
%90
%9
%11

Triadic Colors of #e316cf

#e316cf #cfe316 #16cfe3

Analogous Colors of #e316cf

#e316cf #e31669 #9116e3

Monochromatic Colors of #e316cf

#e316cf

Complementary Color

#e316cf #16e32a

#e316cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e316cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e316cf Color CSS Codes

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

#e316cf Text Font Color

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

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


#e316cf Background Color

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

This div background color is #e316cf


#e316cf Border Color

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

This div border color is #e316cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e316cf


Comments

No comments written yet.

Please login to write comment.