Color Hex Logo

#ef6dba Color Hex

#EF6DBA
(239,109,186)
0 Favorites   0 Comments

Color spaces of #ef6dba

RGB 239109186
HSL0.900.800.68
HSV324°54°94°
CMYK 0.000.540.22   0.06
XYZ49.928232.833250.1603
Yxy32.83320.37560.2470
Hunter Lab57.300355.2593-11.7919
CIE-Lab64.025658.4960-16.4898

#ef6dba color RGB value is (239,109,186).

#ef6dba hex color red value is 239, green value is 109 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ef6dba hue: 0.90 , saturation: 0.80 and the lightness value of ef6dba is 0.68.

The process color (four color CMYK) of #ef6dba color hex is 0.00, 0.54, 0.22, 0.06. Web safe color of #ef6dba is #ff66cc. Color #ef6dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101101 10111010
Octal 357 155 272
Decimal 239 109 186
Hex EF 6D BA

RGB Percentages of Color #ef6dba

%44.76
%20.41
%34.83

CMYK Percentages of Color #ef6dba

%0
%54
%22
%6

Triadic Colors of #ef6dba

#ef6dba #baef6d #6dbaef

Analogous Colors of #ef6dba

#ef6dba #ef6d79 #e36def

Monochromatic Colors of #ef6dba

#ef6dba

Complementary Color

#ef6dba #6defa2

#ef6dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef6dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef6dba Color CSS Codes

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

#ef6dba Text Font Color

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

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


#ef6dba Background Color

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

This div background color is #ef6dba


#ef6dba Border Color

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

This div border color is #ef6dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef6dba


Comments

No comments written yet.

Please login to write comment.