Color Hex Logo

#ef19be Color Hex

#EF19BE
(239,25,190)
0 Favorites   0 Comments

Color spaces of #ef19be

RGB 23925190
HSL0.870.870.52
HSV314°90°94°
CMYK 0.000.900.21   0.06
XYZ45.238522.763750.7247
Yxy22.76370.38100.1917
Hunter Lab47.711385.7538-29.6368
CIE-Lab54.828185.0916-32.9247

#ef19be color RGB value is (239,25,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011001 10111110
Octal 357 31 276
Decimal 239 25 190
Hex EF 19 BE

RGB Percentages of Color #ef19be

%52.64
%5.51
%41.85

CMYK Percentages of Color #ef19be

%0
%90
%21
%6

Triadic Colors of #ef19be

#ef19be #beef19 #19beef

Analogous Colors of #ef19be

#ef19be #ef1953 #b519ef

Monochromatic Colors of #ef19be

#ef19be

Complementary Color

#ef19be #19ef4a

#ef19be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef19be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef19be Color CSS Codes

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

#ef19be Text Font Color

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

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


#ef19be Background Color

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

This div background color is #ef19be


#ef19be Border Color

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

This div border color is #ef19be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef19be


Comments

No comments written yet.

Please login to write comment.