Color Hex Logo

#ef3062 Color Hex

#EF3062
(239,48,98)
0 Favorites   0 Comments

Color spaces of #ef3062

RGB 2394898
HSL0.960.860.56
HSV344°80°94°
CMYK 0.000.800.59   0.06
XYZ38.858221.346513.6275
Yxy21.34650.52630.2891
Hunter Lab46.202369.272614.8538
CIE-Lab53.326772.272919.4868

#ef3062 color RGB value is (239,48,98).

#ef3062 hex color red value is 239, green value is 48 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #ef3062 hue: 0.96 , saturation: 0.86 and the lightness value of ef3062 is 0.56.

The process color (four color CMYK) of #ef3062 color hex is 0.00, 0.80, 0.59, 0.06. Web safe color of #ef3062 is #ff3366. Color #ef3062 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110000 01100010
Octal 357 60 142
Decimal 239 48 98
Hex EF 30 62

RGB Percentages of Color #ef3062

%62.08
%12.47
%25.45

CMYK Percentages of Color #ef3062

%0
%80
%59
%6

Triadic Colors of #ef3062

#ef3062 #62ef30 #3062ef

Analogous Colors of #ef3062

#ef3062 #ef5e30 #ef30c2

Monochromatic Colors of #ef3062

#ef3062

Complementary Color

#ef3062 #30efbd

#ef3062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3062 Color CSS Codes

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

#ef3062 Text Font Color

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

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


#ef3062 Background Color

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

This div background color is #ef3062


#ef3062 Border Color

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

This div border color is #ef3062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3062

#ef3062 Color Palettes


Comments

No comments written yet.

Please login to write comment.