Color Hex Logo

#ef32ae Color Hex

#EF32AE
(239,50,174)
0 Favorites   0 Comments

Color spaces of #ef32ae

RGB 23950174
HSL0.890.860.57
HSV321°79°94°
CMYK 0.000.790.27   0.06
XYZ44.377223.687942.2777
Yxy23.68790.40220.2147
Hunter Lab48.670277.5823-17.4335
CIE-Lab55.773978.5212-22.1603

#ef32ae color RGB value is (239,50,174).

#ef32ae hex color red value is 239, green value is 50 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ef32ae hue: 0.89 , saturation: 0.86 and the lightness value of ef32ae is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110010 10101110
Octal 357 62 256
Decimal 239 50 174
Hex EF 32 AE

RGB Percentages of Color #ef32ae

%51.62
%10.80
%37.58

CMYK Percentages of Color #ef32ae

%0
%79
%27
%6

Triadic Colors of #ef32ae

#ef32ae #aeef32 #32aeef

Analogous Colors of #ef32ae

#ef32ae #ef324f #d232ef

Monochromatic Colors of #ef32ae

#ef32ae

Complementary Color

#ef32ae #32ef73

#ef32ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef32ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef32ae Color CSS Codes

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

#ef32ae Text Font Color

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

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


#ef32ae Background Color

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

This div background color is #ef32ae


#ef32ae Border Color

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

This div border color is #ef32ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef32ae


Comments

No comments written yet.

Please login to write comment.