Color Hex Logo

#ef2acd Color Hex

#EF2ACD
(239,42,205)
0 Favorites   0 Comments

Color spaces of #ef2acd

RGB 23942205
HSL0.860.860.55
HSV310°82°94°
CMYK 0.000.820.14   0.06
XYZ47.444024.414459.9695
Yxy24.41440.35990.1852
Hunter Lab49.410984.9252-37.3720
CIE-Lab56.500384.1274-38.9401

#ef2acd color RGB value is (239,42,205).

#ef2acd hex color red value is 239, green value is 42 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ef2acd hue: 0.86 , saturation: 0.86 and the lightness value of ef2acd is 0.55.

The process color (four color CMYK) of #ef2acd color hex is 0.00, 0.82, 0.14, 0.06. Web safe color of #ef2acd is #ff33cc. Color #ef2acd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101010 11001101
Octal 357 52 315
Decimal 239 42 205
Hex EF 2A CD

RGB Percentages of Color #ef2acd

%49.18
%8.64
%42.18

CMYK Percentages of Color #ef2acd

%0
%82
%14
%6

Triadic Colors of #ef2acd

#ef2acd #cdef2a #2acdef

Analogous Colors of #ef2acd

#ef2acd #ef2a6b #af2aef

Monochromatic Colors of #ef2acd

#ef2acd

Complementary Color

#ef2acd #2aef4c

#ef2acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2acd Color CSS Codes

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

#ef2acd Text Font Color

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

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


#ef2acd Background Color

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

This div background color is #ef2acd


#ef2acd Border Color

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

This div border color is #ef2acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2acd


Comments

No comments written yet.

Please login to write comment.