Color Hex Logo

#ef12eb Color Hex

#EF12EB
(239,18,235)
0 Favorites   0 Comments

Color spaces of #ef12eb

RGB 23918235
HSL0.840.870.50
HSV301°92°94°
CMYK 0.000.920.02   0.06
XYZ50.808324.781580.7027
Yxy24.78150.32510.1586
Hunter Lab49.781095.0667-61.2715
CIE-Lab56.861991.7308-55.3736

#ef12eb color RGB value is (239,18,235).

#ef12eb hex color red value is 239, green value is 18 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ef12eb hue: 0.84 , saturation: 0.87 and the lightness value of ef12eb is 0.50.

The process color (four color CMYK) of #ef12eb color hex is 0.00, 0.92, 0.02, 0.06. Web safe color of #ef12eb is #ff00ff. Color #ef12eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010010 11101011
Octal 357 22 353
Decimal 239 18 235
Hex EF 12 EB

RGB Percentages of Color #ef12eb

%48.58
%3.66
%47.76

CMYK Percentages of Color #ef12eb

%0
%92
%2
%6

Triadic Colors of #ef12eb

#ef12eb #ebef12 #12ebef

Analogous Colors of #ef12eb

#ef12eb #ef127d #8512ef

Monochromatic Colors of #ef12eb

#ef12eb

Complementary Color

#ef12eb #12ef16

#ef12eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef12eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef12eb Color CSS Codes

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

#ef12eb Text Font Color

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

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


#ef12eb Background Color

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

This div background color is #ef12eb


#ef12eb Border Color

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

This div border color is #ef12eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef12eb


Comments

No comments written yet.

Please login to write comment.