Color Hex Logo

#ef42fb Color Hex

#EF42FB
(239,66,251)
0 Favorites   0 Comments

Color spaces of #ef42fb

RGB 23966251
HSL0.820.960.62
HSV296°74°98°
CMYK 0.050.740.00   0.02
XYZ54.957429.212294.0087
Yxy29.21220.30840.1639
Hunter Lab54.048386.9178-65.2920
CIE-Lab60.968584.7883-57.7392

#ef42fb color RGB value is (239,66,251).

#ef42fb hex color red value is 239, green value is 66 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ef42fb hue: 0.82 , saturation: 0.96 and the lightness value of ef42fb is 0.62.

The process color (four color CMYK) of #ef42fb color hex is 0.05, 0.74, 0.00, 0.02. Web safe color of #ef42fb is #ff33ff. Color #ef42fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000010 11111011
Octal 357 102 373
Decimal 239 66 251
Hex EF 42 FB

RGB Percentages of Color #ef42fb

%42.99
%11.87
%45.14

CMYK Percentages of Color #ef42fb

%5
%74
%0
%2

Triadic Colors of #ef42fb

#ef42fb #fbef42 #42fbef

Analogous Colors of #ef42fb

#ef42fb #fb42ab #9342fb

Monochromatic Colors of #ef42fb

#ef42fb

Complementary Color

#ef42fb #4efb42

#ef42fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef42fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef42fb Color CSS Codes

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

#ef42fb Text Font Color

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

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


#ef42fb Background Color

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

This div background color is #ef42fb


#ef42fb Border Color

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

This div border color is #ef42fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef42fb

Related Colors


Comments

No comments written yet.

Please login to write comment.