Color Hex Logo

#ef15be Color Hex

#EF15BE
(239,21,190)
0 Favorites   0 Comments

Color spaces of #ef15be

RGB 23921190
HSL0.870.870.51
HSV313°91°94°
CMYK 0.000.910.21   0.06
XYZ45.159022.604850.6982
Yxy22.60480.38120.1908
Hunter Lab47.544586.3410-29.9416
CIE-Lab54.662985.5748-33.1825

#ef15be color RGB value is (239,21,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010101 10111110
Octal 357 25 276
Decimal 239 21 190
Hex EF 15 BE

RGB Percentages of Color #ef15be

%53.11
%4.67
%42.22

CMYK Percentages of Color #ef15be

%0
%91
%21
%6

Triadic Colors of #ef15be

#ef15be #beef15 #15beef

Analogous Colors of #ef15be

#ef15be #ef1551 #b315ef

Monochromatic Colors of #ef15be

#ef15be

Complementary Color

#ef15be #15ef46

#ef15be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef15be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef15be Color CSS Codes

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

#ef15be Text Font Color

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

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


#ef15be Background Color

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

This div background color is #ef15be


#ef15be Border Color

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

This div border color is #ef15be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef15be


Comments

No comments written yet.

Please login to write comment.