Color Hex Logo

#ef77be Color Hex

#EF77BE
(239,119,190)
0 Favorites   0 Comments

Color spaces of #ef77be

RGB 239119190
HSL0.900.790.70
HSV325°50°94°
CMYK 0.000.500.21   0.06
XYZ51.487735.262152.8078
Yxy35.26210.36890.2527
Hunter Lab59.381950.8520-11.1587
CIE-Lab65.952254.3491-15.8392

#ef77be color RGB value is (239,119,190).

#ef77be hex color red value is 239, green value is 119 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ef77be hue: 0.90 , saturation: 0.79 and the lightness value of ef77be is 0.70.

The process color (four color CMYK) of #ef77be color hex is 0.00, 0.50, 0.21, 0.06. Web safe color of #ef77be is #ff66cc. Color #ef77be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110111 10111110
Octal 357 167 276
Decimal 239 119 190
Hex EF 77 BE

RGB Percentages of Color #ef77be

%43.61
%21.72
%34.67

CMYK Percentages of Color #ef77be

%0
%50
%21
%6

Triadic Colors of #ef77be

#ef77be #beef77 #77beef

Analogous Colors of #ef77be

#ef77be #ef7782 #e477ef

Monochromatic Colors of #ef77be

#ef77be

Complementary Color

#ef77be #77efa8

#ef77be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef77be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef77be Color CSS Codes

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

#ef77be Text Font Color

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

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


#ef77be Background Color

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

This div background color is #ef77be


#ef77be Border Color

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

This div border color is #ef77be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef77be

#ef77be Color Palettes


Comments

No comments written yet.

Please login to write comment.