Color Hex Logo

#ef2fcc Color Hex

#EF2FCC
(239,47,204)
0 Favorites   0 Comments

Color spaces of #ef2fcc

RGB 23947204
HSL0.860.860.56
HSV311°80°94°
CMYK 0.000.800.15   0.06
XYZ47.512224.743459.3985
Yxy24.74340.36090.1879
Hunter Lab49.742783.4460-35.9791
CIE-Lab56.824582.9199-37.8592

#ef2fcc color RGB value is (239,47,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101111 11001100
Octal 357 57 314
Decimal 239 47 204
Hex EF 2F CC

RGB Percentages of Color #ef2fcc

%48.78
%9.59
%41.63

CMYK Percentages of Color #ef2fcc

%0
%80
%15
%6

Triadic Colors of #ef2fcc

#ef2fcc #ccef2f #2fccef

Analogous Colors of #ef2fcc

#ef2fcc #ef2f6c #b22fef

Monochromatic Colors of #ef2fcc

#ef2fcc

Complementary Color

#ef2fcc #2fef52

#ef2fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2fcc Color CSS Codes

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

#ef2fcc Text Font Color

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

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


#ef2fcc Background Color

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

This div background color is #ef2fcc


#ef2fcc Border Color

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

This div border color is #ef2fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2fcc


Comments

No comments written yet.

Please login to write comment.