Color Hex Logo

#ef10be Color Hex

#EF10BE
(239,16,190)
0 Favorites   0 Comments

Color spaces of #ef10be

RGB 23916190
HSL0.870.870.50
HSV313°93°94°
CMYK 0.000.930.21   0.06
XYZ45.076222.439050.6706
Yxy22.43900.38140.1899
Hunter Lab47.369886.9599-30.2625
CIE-Lab54.489786.0827-33.4530

#ef10be color RGB value is (239,16,190).

#ef10be hex color red value is 239, green value is 16 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ef10be hue: 0.87 , saturation: 0.87 and the lightness value of ef10be is 0.50.

The process color (four color CMYK) of #ef10be color hex is 0.00, 0.93, 0.21, 0.06. Web safe color of #ef10be is #ff00cc. Color #ef10be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010000 10111110
Octal 357 20 276
Decimal 239 16 190
Hex EF 10 BE

RGB Percentages of Color #ef10be

%53.71
%3.60
%42.70

CMYK Percentages of Color #ef10be

%0
%93
%21
%6

Triadic Colors of #ef10be

#ef10be #beef10 #10beef

Analogous Colors of #ef10be

#ef10be #ef104f #b110ef

Monochromatic Colors of #ef10be

#ef10be

Complementary Color

#ef10be #10ef41

#ef10be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef10be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef10be Color CSS Codes

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

#ef10be Text Font Color

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

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


#ef10be Background Color

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

This div background color is #ef10be


#ef10be Border Color

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

This div border color is #ef10be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef10be


Comments

No comments written yet.

Please login to write comment.