Color Hex Logo

#ef69ec Color Hex

#EF69EC
(239,105,236)
0 Favorites   0 Comments

Color spaces of #ef69ec

RGB 239105236
HSL0.840.810.67
HSV301°56°94°
CMYK 0.000.560.01   0.06
XYZ55.788534.510083.0776
Yxy34.51000.32180.1990
Hunter Lab58.745266.7118-42.7264
CIE-Lab65.365467.9253-42.4707

#ef69ec color RGB value is (239,105,236).

#ef69ec hex color red value is 239, green value is 105 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ef69ec hue: 0.84 , saturation: 0.81 and the lightness value of ef69ec is 0.67.

The process color (four color CMYK) of #ef69ec color hex is 0.00, 0.56, 0.01, 0.06. Web safe color of #ef69ec is #ff66ff. Color #ef69ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101001 11101100
Octal 357 151 354
Decimal 239 105 236
Hex EF 69 EC

RGB Percentages of Color #ef69ec

%41.21
%18.10
%40.69

CMYK Percentages of Color #ef69ec

%0
%56
%1
%6

Triadic Colors of #ef69ec

#ef69ec #ecef69 #69ecef

Analogous Colors of #ef69ec

#ef69ec #ef69a9 #af69ef

Monochromatic Colors of #ef69ec

#ef69ec

Complementary Color

#ef69ec #69ef6c

#ef69ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef69ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef69ec Color CSS Codes

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

#ef69ec Text Font Color

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

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


#ef69ec Background Color

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

This div background color is #ef69ec


#ef69ec Border Color

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

This div border color is #ef69ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef69ec


Comments

No comments written yet.

Please login to write comment.