Color Hex Logo

#ef81be Color Hex

#EF81BE
(239,129,190)
0 Favorites   0 Comments

Color spaces of #ef81be

RGB 239129190
HSL0.910.770.72
HSV327°46°94°
CMYK 0.000.460.21   0.06
XYZ52.741137.768953.2256
Yxy37.76890.36690.2628
Hunter Lab61.456445.6377-8.3299
CIE-Lab67.849949.4502-12.9806

#ef81be color RGB value is (239,129,190).

#ef81be hex color red value is 239, green value is 129 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ef81be hue: 0.91 , saturation: 0.77 and the lightness value of ef81be is 0.72.

The process color (four color CMYK) of #ef81be color hex is 0.00, 0.46, 0.21, 0.06. Web safe color of #ef81be is #ff99cc. Color #ef81be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000001 10111110
Octal 357 201 276
Decimal 239 129 190
Hex EF 81 BE

RGB Percentages of Color #ef81be

%42.83
%23.12
%34.05

CMYK Percentages of Color #ef81be

%0
%46
%21
%6

Triadic Colors of #ef81be

#ef81be #beef81 #81beef

Analogous Colors of #ef81be

#ef81be #ef8187 #e981ef

Monochromatic Colors of #ef81be

#ef81be

Complementary Color

#ef81be #81efb2

#ef81be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef81be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef81be Color CSS Codes

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

#ef81be Text Font Color

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

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


#ef81be Background Color

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

This div background color is #ef81be


#ef81be Border Color

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

This div border color is #ef81be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef81be


Comments

No comments written yet.

Please login to write comment.