Color Hex Logo

#ef27ec Color Hex

#EF27EC
(239,39,236)
0 Favorites   0 Comments

Color spaces of #ef27ec

RGB 23939236
HSL0.840.860.55
HSV301°84°94°
CMYK 0.000.840.01   0.06
XYZ51.462425.857981.6356
Yxy25.85790.32380.1627
Hunter Lab50.850791.6587-59.5886
CIE-Lab57.901988.9819-54.2752

#ef27ec color RGB value is (239,39,236).

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

The process color (four color CMYK) of #ef27ec color hex is 0.00, 0.84, 0.01, 0.06. Web safe color of #ef27ec is #ff33ff. Color #ef27ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100111 11101100
Octal 357 47 354
Decimal 239 39 236
Hex EF 27 EC

RGB Percentages of Color #ef27ec

%46.50
%7.59
%45.91

CMYK Percentages of Color #ef27ec

%0
%84
%1
%6

Triadic Colors of #ef27ec

#ef27ec #ecef27 #27ecef

Analogous Colors of #ef27ec

#ef27ec #ef2788 #8e27ef

Monochromatic Colors of #ef27ec

#ef27ec

Complementary Color

#ef27ec #27ef2a

#ef27ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef27ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef27ec Color CSS Codes

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

#ef27ec Text Font Color

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

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


#ef27ec Background Color

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

This div background color is #ef27ec


#ef27ec Border Color

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

This div border color is #ef27ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef27ec


Comments

No comments written yet.

Please login to write comment.