Color Hex Logo

#e312cf Color Hex

#E312CF
(227,18,207)
0 Favorites   0 Comments

Color spaces of #e312cf

RGB 22718207
HSL0.850.850.48
HSV306°92°89°
CMYK 0.000.920.09   0.11
XYZ43.157321.268560.8621
Yxy21.26850.34450.1698
Hunter Lab46.117886.3353-45.9632
CIE-Lab53.242185.8470-45.3671

#e312cf color RGB value is (227,18,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010010 11001111
Octal 343 22 317
Decimal 227 18 207
Hex E3 12 CF

RGB Percentages of Color #e312cf

%50.22
%3.98
%45.80

CMYK Percentages of Color #e312cf

%0
%92
%9
%11

Triadic Colors of #e312cf

#e312cf #cfe312 #12cfe3

Analogous Colors of #e312cf

#e312cf #e31267 #8f12e3

Monochromatic Colors of #e312cf

#e312cf

Complementary Color

#e312cf #12e326

#e312cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e312cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e312cf Color CSS Codes

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

#e312cf Text Font Color

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

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


#e312cf Background Color

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

This div background color is #e312cf


#e312cf Border Color

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

This div border color is #e312cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e312cf


Comments

No comments written yet.

Please login to write comment.