Color Hex Logo

#ef3270 Color Hex

#EF3270
(239,50,112)
0 Favorites   0 Comments

Color spaces of #ef3270

RGB 23950112
HSL0.950.860.57
HSV340°79°94°
CMYK 0.000.790.53   0.06
XYZ39.661821.801817.4470
Yxy21.80180.50260.2763
Hunter Lab46.692469.911110.5305
CIE-Lab53.816172.704011.7424

#ef3270 color RGB value is (239,50,112).

#ef3270 hex color red value is 239, green value is 50 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ef3270 hue: 0.95 , saturation: 0.86 and the lightness value of ef3270 is 0.57.

The process color (four color CMYK) of #ef3270 color hex is 0.00, 0.79, 0.53, 0.06. Web safe color of #ef3270 is #ff3366. Color #ef3270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110010 01110000
Octal 357 62 160
Decimal 239 50 112
Hex EF 32 70

RGB Percentages of Color #ef3270

%59.60
%12.47
%27.93

CMYK Percentages of Color #ef3270

%0
%79
%53
%6

Triadic Colors of #ef3270

#ef3270 #70ef32 #3270ef

Analogous Colors of #ef3270

#ef3270 #ef5332 #ef32cf

Monochromatic Colors of #ef3270

#ef3270

Complementary Color

#ef3270 #32efb1

#ef3270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3270 Color CSS Codes

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

#ef3270 Text Font Color

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

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


#ef3270 Background Color

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

This div background color is #ef3270


#ef3270 Border Color

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

This div border color is #ef3270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3270


Comments

No comments written yet.

Please login to write comment.