Color Hex Logo

#e712ff Color Hex

#E712FF
(231,18,255)
0 Favorites   0 Comments

Color spaces of #e712ff

RGB 23118255
HSL0.821.000.54
HSV294°93°100°
CMYK 0.090.930.00   0.00
XYZ51.221324.641596.6644
Yxy24.64150.29690.1428
Hunter Lab49.640297.3151-80.7073
CIE-Lab56.724493.4198-66.8331

#e712ff color RGB value is (231,18,255).

#e712ff hex color red value is 231, green value is 18 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e712ff hue: 0.82 , saturation: 1.00 and the lightness value of e712ff is 0.54.

The process color (four color CMYK) of #e712ff color hex is 0.09, 0.93, 0.00, 0.00. Web safe color of #e712ff is #ff00ff. Color #e712ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010010 11111111
Octal 347 22 377
Decimal 231 18 255
Hex E7 12 FF

RGB Percentages of Color #e712ff

%45.83
%3.57
%50.60

CMYK Percentages of Color #e712ff

%9
%93
%0
%0

Triadic Colors of #e712ff

#e712ff #ffe712 #12ffe7

Analogous Colors of #e712ff

#e712ff #ff12a1 #7112ff

Monochromatic Colors of #e712ff

#e712ff

Complementary Color

#e712ff #2aff12

#e712ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e712ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e712ff Color CSS Codes

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

#e712ff Text Font Color

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

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


#e712ff Background Color

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

This div background color is #e712ff


#e712ff Border Color

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

This div border color is #e712ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e712ff

Related Colors


Comments

No comments written yet.

Please login to write comment.