Color Hex Logo

#ef1582 Color Hex

#EF1582
(239,21,130)
0 Favorites   0 Comments

Color spaces of #ef1582

RGB 23921130
HSL0.920.870.51
HSV330°91°94°
CMYK 0.000.910.46   0.06
XYZ39.894020.498822.9731
Yxy20.49880.47850.2459
Hunter Lab45.275678.05061.6088
CIE-Lab52.396579.5504-1.1397

#ef1582 color RGB value is (239,21,130).

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

The process color (four color CMYK) of #ef1582 color hex is 0.00, 0.91, 0.46, 0.06. Web safe color of #ef1582 is #ff0099. Color #ef1582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010101 10000010
Octal 357 25 202
Decimal 239 21 130
Hex EF 15 82

RGB Percentages of Color #ef1582

%61.28
%5.38
%33.33

CMYK Percentages of Color #ef1582

%0
%91
%46
%6

Triadic Colors of #ef1582

#ef1582 #82ef15 #1582ef

Analogous Colors of #ef1582

#ef1582 #ef1515 #ef15ef

Monochromatic Colors of #ef1582

#ef1582

Complementary Color

#ef1582 #15ef82

#ef1582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1582 Color CSS Codes

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

#ef1582 Text Font Color

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

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


#ef1582 Background Color

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

This div background color is #ef1582


#ef1582 Border Color

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

This div border color is #ef1582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1582


Comments

No comments written yet.

Please login to write comment.