Color Hex Logo

#ef1385 Color Hex

#EF1385
(239,19,133)
0 Favorites   0 Comments

Color spaces of #ef1385

RGB 23919133
HSL0.910.870.51
HSV329°92°94°
CMYK 0.000.920.44   0.06
XYZ40.063120.509924.0376
Yxy20.50990.47350.2424
Hunter Lab45.287978.65310.2319
CIE-Lab52.408980.0254-2.9297

#ef1385 color RGB value is (239,19,133).

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

The process color (four color CMYK) of #ef1385 color hex is 0.00, 0.92, 0.44, 0.06. Web safe color of #ef1385 is #ff0099. Color #ef1385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010011 10000101
Octal 357 23 205
Decimal 239 19 133
Hex EF 13 85

RGB Percentages of Color #ef1385

%61.13
%4.86
%34.02

CMYK Percentages of Color #ef1385

%0
%92
%44
%6

Triadic Colors of #ef1385

#ef1385 #85ef13 #1385ef

Analogous Colors of #ef1385

#ef1385 #ef1317 #eb13ef

Monochromatic Colors of #ef1385

#ef1385

Complementary Color

#ef1385 #13ef7d

#ef1385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1385 Color CSS Codes

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

#ef1385 Text Font Color

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

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


#ef1385 Background Color

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

This div background color is #ef1385


#ef1385 Border Color

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

This div border color is #ef1385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1385


Comments

No comments written yet.

Please login to write comment.