Color Hex Logo

#ef2fcd Color Hex

#EF2FCD
(239,47,205)
0 Favorites   0 Comments

Color spaces of #ef2fcd

RGB 23947205
HSL0.860.860.56
HSV311°80°94°
CMYK 0.000.800.14   0.06
XYZ47.632624.791560.0323
Yxy24.79150.35960.1872
Hunter Lab49.791183.6276-36.6313
CIE-Lab56.871783.0515-38.3570

#ef2fcd color RGB value is (239,47,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101111 11001101
Octal 357 57 315
Decimal 239 47 205
Hex EF 2F CD

RGB Percentages of Color #ef2fcd

%48.68
%9.57
%41.75

CMYK Percentages of Color #ef2fcd

%0
%80
%14
%6

Triadic Colors of #ef2fcd

#ef2fcd #cdef2f #2fcdef

Analogous Colors of #ef2fcd

#ef2fcd #ef2f6d #b12fef

Monochromatic Colors of #ef2fcd

#ef2fcd

Complementary Color

#ef2fcd #2fef51

#ef2fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2fcd Color CSS Codes

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

#ef2fcd Text Font Color

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

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


#ef2fcd Background Color

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

This div background color is #ef2fcd


#ef2fcd Border Color

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

This div border color is #ef2fcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,47,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 #ef2fcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2fcd


Comments

No comments written yet.

Please login to write comment.