Color Hex Logo

#ef277d Color Hex

#EF277D
(239,39,125)
0 Favorites   0 Comments

Color spaces of #ef277d

RGB 23939125
HSL0.930.860.55
HSV334°84°94°
CMYK 0.000.840.48   0.06
XYZ40.023821.282421.4005
Yxy21.28240.48390.2573
Hunter Lab46.132974.13004.7890
CIE-Lab53.257276.24633.1255

#ef277d color RGB value is (239,39,125).

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

The process color (four color CMYK) of #ef277d color hex is 0.00, 0.84, 0.48, 0.06. Web safe color of #ef277d is #ff3366. Color #ef277d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100111 01111101
Octal 357 47 175
Decimal 239 39 125
Hex EF 27 7D

RGB Percentages of Color #ef277d

%59.31
%9.68
%31.02

CMYK Percentages of Color #ef277d

%0
%84
%48
%6

Triadic Colors of #ef277d

#ef277d #7def27 #277def

Analogous Colors of #ef277d

#ef277d #ef3527 #ef27e1

Monochromatic Colors of #ef277d

#ef277d

Complementary Color

#ef277d #27ef99

#ef277d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef277d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef277d Color CSS Codes

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

#ef277d Text Font Color

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

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


#ef277d Background Color

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

This div background color is #ef277d


#ef277d Border Color

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

This div border color is #ef277d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef277d


Comments

No comments written yet.

Please login to write comment.