Color Hex Logo

#ef6ada Color Hex

#EF6ADA
(239,106,218)
0 Favorites   0 Comments

Color spaces of #ef6ada

RGB 239106218
HSL0.860.810.68
HSV309°56°94°
CMYK 0.000.560.09   0.06
XYZ53.405533.720770.0236
Yxy33.72070.33980.2146
Hunter Lab58.069562.5416-30.8466
CIE-Lab64.740364.5721-33.4260

#ef6ada color RGB value is (239,106,218).

#ef6ada hex color red value is 239, green value is 106 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ef6ada hue: 0.86 , saturation: 0.81 and the lightness value of ef6ada is 0.68.

The process color (four color CMYK) of #ef6ada color hex is 0.00, 0.56, 0.09, 0.06. Web safe color of #ef6ada is #ff66cc. Color #ef6ada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101010 11011010
Octal 357 152 332
Decimal 239 106 218
Hex EF 6A DA

RGB Percentages of Color #ef6ada

%42.45
%18.83
%38.72

CMYK Percentages of Color #ef6ada

%0
%56
%9
%6

Triadic Colors of #ef6ada

#ef6ada #daef6a #6adaef

Analogous Colors of #ef6ada

#ef6ada #ef6a98 #c26aef

Monochromatic Colors of #ef6ada

#ef6ada

Complementary Color

#ef6ada #6aef7f

#ef6ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef6ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef6ada Color CSS Codes

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

#ef6ada Text Font Color

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

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


#ef6ada Background Color

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

This div background color is #ef6ada


#ef6ada Border Color

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

This div border color is #ef6ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef6ada


Comments

No comments written yet.

Please login to write comment.