Color Hex Logo

#ef69fb Color Hex

#EF69FB
(239,105,251)
0 Favorites   0 Comments

Color spaces of #ef69fb

RGB 239105251
HSL0.820.950.70
HSV295°58°98°
CMYK 0.050.580.00   0.02
XYZ58.060835.418995.0432
Yxy35.41890.30800.1879
Hunter Lab59.513869.9930-53.0262
CIE-Lab66.073570.4813-49.6334

#ef69fb color RGB value is (239,105,251).

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

The process color (four color CMYK) of #ef69fb color hex is 0.05, 0.58, 0.00, 0.02. Web safe color of #ef69fb is #ff66ff. Color #ef69fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101001 11111011
Octal 357 151 373
Decimal 239 105 251
Hex EF 69 FB

RGB Percentages of Color #ef69fb

%40.17
%17.65
%42.18

CMYK Percentages of Color #ef69fb

%5
%58
%0
%2

Triadic Colors of #ef69fb

#ef69fb #fbef69 #69fbef

Analogous Colors of #ef69fb

#ef69fb #fb69be #a669fb

Monochromatic Colors of #ef69fb

#ef69fb

Complementary Color

#ef69fb #75fb69

#ef69fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef69fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef69fb Color CSS Codes

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

#ef69fb Text Font Color

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

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


#ef69fb Background Color

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

This div background color is #ef69fb


#ef69fb Border Color

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

This div border color is #ef69fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,105,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 #ef69fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef69fb


Comments

No comments written yet.

Please login to write comment.