Color Hex Logo

#ef468e Color Hex

#EF468E
(239,70,142)
0 Favorites   0 Comments

Color spaces of #ef468e

RGB 23970142
HSL0.930.840.61
HSV334°71°94°
CMYK 0.000.710.41   0.06
XYZ42.669224.684028.1068
Yxy24.68400.44700.2586
Hunter Lab49.683066.35571.2364
CIE-Lab56.766269.2025-1.8856

#ef468e color RGB value is (239,70,142).

#ef468e hex color red value is 239, green value is 70 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ef468e hue: 0.93 , saturation: 0.84 and the lightness value of ef468e is 0.61.

The process color (four color CMYK) of #ef468e color hex is 0.00, 0.71, 0.41, 0.06. Web safe color of #ef468e is #ff3399. Color #ef468e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000110 10001110
Octal 357 106 216
Decimal 239 70 142
Hex EF 46 8E

RGB Percentages of Color #ef468e

%52.99
%15.52
%31.49

CMYK Percentages of Color #ef468e

%0
%71
%41
%6

Triadic Colors of #ef468e

#ef468e #8eef46 #468eef

Analogous Colors of #ef468e

#ef468e #ef5346 #ef46e3

Monochromatic Colors of #ef468e

#ef468e

Complementary Color

#ef468e #46efa7

#ef468e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef468e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef468e Color CSS Codes

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

#ef468e Text Font Color

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

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


#ef468e Background Color

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

This div background color is #ef468e


#ef468e Border Color

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

This div border color is #ef468e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef468e


Comments

No comments written yet.

Please login to write comment.