Color Hex Logo

#e712ec Color Hex

#E712EC
(231,18,236)
0 Favorites   0 Comments

Color spaces of #e712ec

RGB 23118236
HSL0.830.860.50
HSV299°92°93°
CMYK 0.020.920.00   0.07
XYZ48.311623.477781.3422
Yxy23.47770.31550.1533
Hunter Lab48.453893.1820-65.6159
CIE-Lab55.561090.5793-58.0933

#e712ec color RGB value is (231,18,236).

#e712ec hex color red value is 231, green value is 18 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e712ec hue: 0.83 , saturation: 0.86 and the lightness value of e712ec is 0.50.

The process color (four color CMYK) of #e712ec color hex is 0.02, 0.92, 0.00, 0.07. Web safe color of #e712ec is #ff00ff. Color #e712ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010010 11101100
Octal 347 22 354
Decimal 231 18 236
Hex E7 12 EC

RGB Percentages of Color #e712ec

%47.63
%3.71
%48.66

CMYK Percentages of Color #e712ec

%2
%92
%0
%7

Triadic Colors of #e712ec

#e712ec #ece712 #12ece7

Analogous Colors of #e712ec

#e712ec #ec1284 #7a12ec

Monochromatic Colors of #e712ec

#e712ec

Complementary Color

#e712ec #17ec12

#e712ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e712ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e712ec Color CSS Codes

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

#e712ec Text Font Color

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

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


#e712ec Background Color

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

This div background color is #e712ec


#e712ec Border Color

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

This div border color is #e712ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,18,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e712ec


Comments

No comments written yet.

Please login to write comment.