Color Hex Logo

#ef0663 Color Hex

#EF0663
(239,6,99)
0 Favorites   0 Comments

Color spaces of #ef0663

RGB 239699
HSL0.930.950.48
HSV336°97°94°
CMYK 0.000.970.59   0.06
XYZ37.913919.381813.5472
Yxy19.38180.53520.2736
Hunter Lab44.024876.679912.5728
CIE-Lab51.130978.706515.8980

#ef0663 color RGB value is (239,6,99).

#ef0663 hex color red value is 239, green value is 6 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #ef0663 hue: 0.93 , saturation: 0.95 and the lightness value of ef0663 is 0.48.

The process color (four color CMYK) of #ef0663 color hex is 0.00, 0.97, 0.59, 0.06. Web safe color of #ef0663 is #ff0066. Color #ef0663 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000110 01100011
Octal 357 6 143
Decimal 239 6 99
Hex EF 6 63

RGB Percentages of Color #ef0663

%69.48
%1.74
%28.78

CMYK Percentages of Color #ef0663

%0
%97
%59
%6

Triadic Colors of #ef0663

#ef0663 #63ef06 #0663ef

Analogous Colors of #ef0663

#ef0663 #ef1e06 #ef06d8

Monochromatic Colors of #ef0663

#ef0663

Complementary Color

#ef0663 #06ef92

#ef0663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0663 Color CSS Codes

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

#ef0663 Text Font Color

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

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


#ef0663 Background Color

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

This div background color is #ef0663


#ef0663 Border Color

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

This div border color is #ef0663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0663


Comments

No comments written yet.

Please login to write comment.