Color Hex Logo

#ef6cba Color Hex

#EF6CBA
(239,108,186)
0 Favorites   0 Comments

Color spaces of #ef6cba

RGB 239108186
HSL0.900.800.68
HSV324°55°94°
CMYK 0.000.550.22   0.06
XYZ49.822132.621050.1249
Yxy32.62100.37580.2461
Hunter Lab57.114855.7574-12.0535
CIE-Lab63.852858.9547-16.7513

#ef6cba color RGB value is (239,108,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101100 10111010
Octal 357 154 272
Decimal 239 108 186
Hex EF 6C BA

RGB Percentages of Color #ef6cba

%44.84
%20.26
%34.90

CMYK Percentages of Color #ef6cba

%0
%55
%22
%6

Triadic Colors of #ef6cba

#ef6cba #baef6c #6cbaef

Analogous Colors of #ef6cba

#ef6cba #ef6c79 #e36cef

Monochromatic Colors of #ef6cba

#ef6cba

Complementary Color

#ef6cba #6cefa1

#ef6cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef6cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef6cba Color CSS Codes

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

#ef6cba Text Font Color

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

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


#ef6cba Background Color

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

This div background color is #ef6cba


#ef6cba Border Color

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

This div border color is #ef6cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef6cba


Comments

No comments written yet.

Please login to write comment.