Color Hex Logo

#ef27cc Color Hex

#EF27CC
(239,39,204)
0 Favorites   0 Comments

Color spaces of #ef27cc

RGB 23939204
HSL0.860.860.55
HSV311°84°94°
CMYK 0.000.840.15   0.06
XYZ47.221224.161459.3015
Yxy24.16140.36130.1849
Hunter Lab49.154285.4604-37.1217
CIE-Lab56.249084.5888-38.7624

#ef27cc color RGB value is (239,39,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100111 11001100
Octal 357 47 314
Decimal 239 39 204
Hex EF 27 CC

RGB Percentages of Color #ef27cc

%49.59
%8.09
%42.32

CMYK Percentages of Color #ef27cc

%0
%84
%15
%6

Triadic Colors of #ef27cc

#ef27cc #ccef27 #27ccef

Analogous Colors of #ef27cc

#ef27cc #ef2768 #ae27ef

Monochromatic Colors of #ef27cc

#ef27cc

Complementary Color

#ef27cc #27ef4a

#ef27cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef27cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef27cc Color CSS Codes

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

#ef27cc Text Font Color

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

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


#ef27cc Background Color

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

This div background color is #ef27cc


#ef27cc Border Color

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

This div border color is #ef27cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef27cc


Comments

No comments written yet.

Please login to write comment.