Color Hex Logo

#ef0270 Color Hex

#EF0270
(239,2,112)
0 Favorites   0 Comments

Color spaces of #ef0270

RGB 2392112
HSL0.920.980.47
HSV332°99°94°
CMYK 0.000.990.53   0.06
XYZ38.542919.564017.0740
Yxy19.56400.51270.2602
Hunter Lab44.231278.13968.0749
CIE-Lab51.340679.82698.2542

#ef0270 color RGB value is (239,2,112).

#ef0270 hex color red value is 239, green value is 2 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ef0270 hue: 0.92 , saturation: 0.98 and the lightness value of ef0270 is 0.47.

The process color (four color CMYK) of #ef0270 color hex is 0.00, 0.99, 0.53, 0.06. Web safe color of #ef0270 is #ff0066. Color #ef0270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000010 01110000
Octal 357 2 160
Decimal 239 2 112
Hex EF 2 70

RGB Percentages of Color #ef0270

%67.71
%0.57
%31.73

CMYK Percentages of Color #ef0270

%0
%99
%53
%6

Triadic Colors of #ef0270

#ef0270 #70ef02 #0270ef

Analogous Colors of #ef0270

#ef0270 #ef0b02 #ef02e7

Monochromatic Colors of #ef0270

#ef0270

Complementary Color

#ef0270 #02ef81

#ef0270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0270 Color CSS Codes

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

#ef0270 Text Font Color

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

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


#ef0270 Background Color

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

This div background color is #ef0270


#ef0270 Border Color

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

This div border color is #ef0270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0270


Comments

No comments written yet.

Please login to write comment.