Color Hex Logo

#ef0cea Color Hex

#EF0CEA
(239,12,234)
0 Favorites   0 Comments

Color spaces of #ef0cea

RGB 23912234
HSL0.840.900.49
HSV301°95°94°
CMYK 0.000.950.02   0.06
XYZ50.579424.554279.9155
Yxy24.55420.32620.1584
Hunter Lab49.552295.4839-60.9336
CIE-Lab56.638592.0836-55.1684

#ef0cea color RGB value is (239,12,234).

#ef0cea hex color red value is 239, green value is 12 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ef0cea hue: 0.84 , saturation: 0.90 and the lightness value of ef0cea is 0.49.

The process color (four color CMYK) of #ef0cea color hex is 0.00, 0.95, 0.02, 0.06. Web safe color of #ef0cea is #ff00ff. Color #ef0cea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001100 11101010
Octal 357 14 352
Decimal 239 12 234
Hex EF C EA

RGB Percentages of Color #ef0cea

%49.28
%2.47
%48.25

CMYK Percentages of Color #ef0cea

%0
%95
%2
%6

Triadic Colors of #ef0cea

#ef0cea #eaef0c #0ceaef

Analogous Colors of #ef0cea

#ef0cea #ef0c79 #830cef

Monochromatic Colors of #ef0cea

#ef0cea

Complementary Color

#ef0cea #0cef11

#ef0cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0cea Color CSS Codes

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

#ef0cea Text Font Color

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

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


#ef0cea Background Color

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

This div background color is #ef0cea


#ef0cea Border Color

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

This div border color is #ef0cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0cea

#ef0cea Color Palettes


Comments

No comments written yet.

Please login to write comment.