Color Hex Logo

#ef277a Color Hex

#EF277A
(239,39,122)
0 Favorites   0 Comments

Color spaces of #ef277a

RGB 23939122
HSL0.930.860.55
HSV335°84°94°
CMYK 0.000.840.49   0.06
XYZ39.835021.206920.4062
Yxy21.20690.48910.2604
Hunter Lab46.051073.81695.9629
CIE-Lab53.175276.00954.8137

#ef277a color RGB value is (239,39,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100111 01111010
Octal 357 47 172
Decimal 239 39 122
Hex EF 27 7A

RGB Percentages of Color #ef277a

%59.75
%9.75
%30.50

CMYK Percentages of Color #ef277a

%0
%84
%49
%6

Triadic Colors of #ef277a

#ef277a #7aef27 #277aef

Analogous Colors of #ef277a

#ef277a #ef3827 #ef27de

Monochromatic Colors of #ef277a

#ef277a

Complementary Color

#ef277a #27ef9c

#ef277a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef277a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef277a Color CSS Codes

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

#ef277a Text Font Color

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

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


#ef277a Background Color

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

This div background color is #ef277a


#ef277a Border Color

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

This div border color is #ef277a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef277a


Comments

No comments written yet.

Please login to write comment.