Color Hex Logo

#ef51cc Color Hex

#EF51CC
(239,81,204)
0 Favorites   0 Comments

Color spaces of #ef51cc

RGB 23981204
HSL0.870.830.63
HSV313°66°94°
CMYK 0.000.660.15   0.06
XYZ49.438128.595260.0405
Yxy28.59520.35810.2071
Hunter Lab53.474571.4461-29.1380
CIE-Lab60.422772.7014-32.2421

#ef51cc color RGB value is (239,81,204).

#ef51cc hex color red value is 239, green value is 81 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ef51cc hue: 0.87 , saturation: 0.83 and the lightness value of ef51cc is 0.63.

The process color (four color CMYK) of #ef51cc color hex is 0.00, 0.66, 0.15, 0.06. Web safe color of #ef51cc is #ff66cc. Color #ef51cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010001 11001100
Octal 357 121 314
Decimal 239 81 204
Hex EF 51 CC

RGB Percentages of Color #ef51cc

%45.61
%15.46
%38.93

CMYK Percentages of Color #ef51cc

%0
%66
%15
%6

Triadic Colors of #ef51cc

#ef51cc #ccef51 #51ccef

Analogous Colors of #ef51cc

#ef51cc #ef517d #c351ef

Monochromatic Colors of #ef51cc

#ef51cc

Complementary Color

#ef51cc #51ef74

#ef51cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef51cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef51cc Color CSS Codes

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

#ef51cc Text Font Color

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

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


#ef51cc Background Color

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

This div background color is #ef51cc


#ef51cc Border Color

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

This div border color is #ef51cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef51cc


Comments

No comments written yet.

Please login to write comment.