Color Hex Logo

#ef3eab Color Hex

#EF3EAB
(239,62,171)
0 Favorites   0 Comments

Color spaces of #ef3eab

RGB 23962171
HSL0.900.850.59
HSV323°74°94°
CMYK 0.000.740.28   0.06
XYZ44.669924.736240.9483
Yxy24.73620.40480.2242
Hunter Lab49.735573.2825-13.9999
CIE-Lab56.817574.8742-18.8154

#ef3eab color RGB value is (239,62,171).

#ef3eab hex color red value is 239, green value is 62 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ef3eab hue: 0.90 , saturation: 0.85 and the lightness value of ef3eab is 0.59.

The process color (four color CMYK) of #ef3eab color hex is 0.00, 0.74, 0.28, 0.06. Web safe color of #ef3eab is #ff3399. Color #ef3eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111110 10101011
Octal 357 76 253
Decimal 239 62 171
Hex EF 3E AB

RGB Percentages of Color #ef3eab

%50.64
%13.14
%36.23

CMYK Percentages of Color #ef3eab

%0
%74
%28
%6

Triadic Colors of #ef3eab

#ef3eab #abef3e #3eabef

Analogous Colors of #ef3eab

#ef3eab #ef3e52 #db3eef

Monochromatic Colors of #ef3eab

#ef3eab

Complementary Color

#ef3eab #3eef82

#ef3eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3eab Color CSS Codes

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

#ef3eab Text Font Color

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

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


#ef3eab Background Color

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

This div background color is #ef3eab


#ef3eab Border Color

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

This div border color is #ef3eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3eab


Comments

No comments written yet.

Please login to write comment.