Color Hex Logo

#ef2780 Color Hex

#EF2780
(239,39,128)
0 Favorites   0 Comments

Color spaces of #ef2780

RGB 23939128
HSL0.930.860.55
HSV333°84°94°
CMYK 0.000.840.46   0.06
XYZ40.218421.360322.4253
Yxy21.36030.47880.2543
Hunter Lab46.217274.45133.5836
CIE-Lab53.341676.48901.4437

#ef2780 color RGB value is (239,39,128).

#ef2780 hex color red value is 239, green value is 39 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ef2780 hue: 0.93 , saturation: 0.86 and the lightness value of ef2780 is 0.55.

The process color (four color CMYK) of #ef2780 color hex is 0.00, 0.84, 0.46, 0.06. Web safe color of #ef2780 is #ff3399. Color #ef2780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100111 10000000
Octal 357 47 200
Decimal 239 39 128
Hex EF 27 80

RGB Percentages of Color #ef2780

%58.87
%9.61
%31.53

CMYK Percentages of Color #ef2780

%0
%84
%46
%6

Triadic Colors of #ef2780

#ef2780 #80ef27 #2780ef

Analogous Colors of #ef2780

#ef2780 #ef3227 #ef27e4

Monochromatic Colors of #ef2780

#ef2780

Complementary Color

#ef2780 #27ef96

#ef2780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2780 Color CSS Codes

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

#ef2780 Text Font Color

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

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


#ef2780 Background Color

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

This div background color is #ef2780


#ef2780 Border Color

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

This div border color is #ef2780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2780


Comments

No comments written yet.

Please login to write comment.