Color Hex Logo

#ef69ff Color Hex

#EF69FF
(239,105,255)
0 Favorites   0 Comments

Color spaces of #ef69ff

RGB 239105255
HSL0.821.000.71
HSV294°59°100°
CMYK 0.060.590.00   0.00
XYZ58.698235.673998.3998
Yxy35.67390.30450.1851
Hunter Lab59.727670.9001-55.8695
CIE-Lab66.270071.1812-51.5188

#ef69ff color RGB value is (239,105,255).

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

The process color (four color CMYK) of #ef69ff color hex is 0.06, 0.59, 0.00, 0.00. Web safe color of #ef69ff is #ff66ff. Color #ef69ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101001 11111111
Octal 357 151 377
Decimal 239 105 255
Hex EF 69 FF

RGB Percentages of Color #ef69ff

%39.90
%17.53
%42.57

CMYK Percentages of Color #ef69ff

%6
%59
%0
%0

Triadic Colors of #ef69ff

#ef69ff #ffef69 #69ffef

Analogous Colors of #ef69ff

#ef69ff #ff69c4 #a469ff

Monochromatic Colors of #ef69ff

#ef69ff

Complementary Color

#ef69ff #79ff69

#ef69ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef69ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef69ff Color CSS Codes

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

#ef69ff Text Font Color

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

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


#ef69ff Background Color

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

This div background color is #ef69ff


#ef69ff Border Color

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

This div border color is #ef69ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef69ff

Related Colors


Comments

No comments written yet.

Please login to write comment.