Color Hex Logo

#ef32dc Color Hex

#EF32DC
(239,50,220)
0 Favorites   0 Comments

Color spaces of #ef32dc

RGB 23950220
HSL0.850.860.57
HSV306°79°94°
CMYK 0.000.790.08   0.06
XYZ49.655525.799270.0728
Yxy25.79920.34120.1773
Hunter Lab50.792985.6152-46.2402
CIE-Lab57.846084.3966-45.3532

#ef32dc color RGB value is (239,50,220).

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

The process color (four color CMYK) of #ef32dc color hex is 0.00, 0.79, 0.08, 0.06. Web safe color of #ef32dc is #ff33cc. Color #ef32dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110010 11011100
Octal 357 62 334
Decimal 239 50 220
Hex EF 32 DC

RGB Percentages of Color #ef32dc

%46.95
%9.82
%43.22

CMYK Percentages of Color #ef32dc

%0
%79
%8
%6

Triadic Colors of #ef32dc

#ef32dc #dcef32 #32dcef

Analogous Colors of #ef32dc

#ef32dc #ef327e #a432ef

Monochromatic Colors of #ef32dc

#ef32dc

Complementary Color

#ef32dc #32ef45

#ef32dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef32dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef32dc Color CSS Codes

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

#ef32dc Text Font Color

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

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


#ef32dc Background Color

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

This div background color is #ef32dc


#ef32dc Border Color

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

This div border color is #ef32dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef32dc


Comments

No comments written yet.

Please login to write comment.