Color Hex Logo

#ef3386 Color Hex

#EF3386
(239,51,134)
0 Favorites   0 Comments

Color spaces of #ef3386

RGB 23951134
HSL0.930.850.57
HSV334°79°94°
CMYK 0.000.790.44   0.06
XYZ41.083522.439624.7202
Yxy22.43960.46560.2543
Hunter Lab47.370571.91142.2189
CIE-Lab54.490474.2097-0.4745

#ef3386 color RGB value is (239,51,134).

#ef3386 hex color red value is 239, green value is 51 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ef3386 hue: 0.93 , saturation: 0.85 and the lightness value of ef3386 is 0.57.

The process color (four color CMYK) of #ef3386 color hex is 0.00, 0.79, 0.44, 0.06. Web safe color of #ef3386 is #ff3399. Color #ef3386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110011 10000110
Octal 357 63 206
Decimal 239 51 134
Hex EF 33 86

RGB Percentages of Color #ef3386

%56.37
%12.03
%31.60

CMYK Percentages of Color #ef3386

%0
%79
%44
%6

Triadic Colors of #ef3386

#ef3386 #86ef33 #3386ef

Analogous Colors of #ef3386

#ef3386 #ef3e33 #ef33e4

Monochromatic Colors of #ef3386

#ef3386

Complementary Color

#ef3386 #33ef9c

#ef3386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3386 Color CSS Codes

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

#ef3386 Text Font Color

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

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


#ef3386 Background Color

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

This div background color is #ef3386


#ef3386 Border Color

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

This div border color is #ef3386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3386


Comments

No comments written yet.

Please login to write comment.