Color Hex Logo

#ef1355 Color Hex

#EF1355
(239,19,85)
0 Favorites   0 Comments

Color spaces of #ef1355

RGB 2391985
HSL0.950.870.51
HSV342°92°94°
CMYK 0.000.920.64   0.06
XYZ37.469219.472310.3780
Yxy19.47230.55660.2893
Hunter Lab44.127474.343816.9452
CIE-Lab51.235376.812224.5646

#ef1355 color RGB value is (239,19,85).

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

The process color (four color CMYK) of #ef1355 color hex is 0.00, 0.92, 0.64, 0.06. Web safe color of #ef1355 is #ff0066. Color #ef1355 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010011 01010101
Octal 357 23 125
Decimal 239 19 85
Hex EF 13 55

RGB Percentages of Color #ef1355

%69.68
%5.54
%24.78

CMYK Percentages of Color #ef1355

%0
%92
%64
%6

Triadic Colors of #ef1355

#ef1355 #55ef13 #1355ef

Analogous Colors of #ef1355

#ef1355 #ef3f13 #ef13c3

Monochromatic Colors of #ef1355

#ef1355

Complementary Color

#ef1355 #13efad

#ef1355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1355 Color CSS Codes

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

#ef1355 Text Font Color

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

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


#ef1355 Background Color

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

This div background color is #ef1355


#ef1355 Border Color

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

This div border color is #ef1355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1355


Comments

No comments written yet.

Please login to write comment.