Color Hex Logo

#ef12fd Color Hex

#EF12FD
(239,18,253)
0 Favorites   0 Comments

Color spaces of #ef12fd

RGB 23918253
HSL0.820.980.53
HSV296°93°99°
CMYK 0.060.930.00   0.01
XYZ53.542525.875295.1009
Yxy25.87520.30680.1483
Hunter Lab50.867798.8678-75.2397
CIE-Lab57.918494.3292-63.7326

#ef12fd color RGB value is (239,18,253).

#ef12fd hex color red value is 239, green value is 18 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ef12fd hue: 0.82 , saturation: 0.98 and the lightness value of ef12fd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010010 11111101
Octal 357 22 375
Decimal 239 18 253
Hex EF 12 FD

RGB Percentages of Color #ef12fd

%46.86
%3.53
%49.61

CMYK Percentages of Color #ef12fd

%6
%93
%0
%1

Triadic Colors of #ef12fd

#ef12fd #fdef12 #12fdef

Analogous Colors of #ef12fd

#ef12fd #fd1296 #7a12fd

Monochromatic Colors of #ef12fd

#ef12fd

Complementary Color

#ef12fd #20fd12

#ef12fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef12fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef12fd Color CSS Codes

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

#ef12fd Text Font Color

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

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


#ef12fd Background Color

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

This div background color is #ef12fd


#ef12fd Border Color

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

This div border color is #ef12fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef12fd

Related Colors


Comments

No comments written yet.

Please login to write comment.