Color Hex Logo

#ef619e Color Hex

#EF619E
(239,97,158)
0 Favorites   0 Comments

Color spaces of #ef619e

RGB 23997158
HSL0.930.820.66
HSV334°59°94°
CMYK 0.000.590.34   0.06
XYZ46.042929.368735.5898
Yxy29.36870.41480.2646
Hunter Lab54.192956.8181-1.0022
CIE-Lab61.105760.3334-4.8283

#ef619e color RGB value is (239,97,158).

#ef619e hex color red value is 239, green value is 97 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ef619e hue: 0.93 , saturation: 0.82 and the lightness value of ef619e is 0.66.

The process color (four color CMYK) of #ef619e color hex is 0.00, 0.59, 0.34, 0.06. Web safe color of #ef619e is #ff6699. Color #ef619e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100001 10011110
Octal 357 141 236
Decimal 239 97 158
Hex EF 61 9E

RGB Percentages of Color #ef619e

%48.38
%19.64
%31.98

CMYK Percentages of Color #ef619e

%0
%59
%34
%6

Triadic Colors of #ef619e

#ef619e #9eef61 #619eef

Analogous Colors of #ef619e

#ef619e #ef6b61 #ef61e5

Monochromatic Colors of #ef619e

#ef619e

Complementary Color

#ef619e #61efb2

#ef619e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef619e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef619e Color CSS Codes

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

#ef619e Text Font Color

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

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


#ef619e Background Color

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

This div background color is #ef619e


#ef619e Border Color

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

This div border color is #ef619e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef619e


Comments

No comments written yet.

Please login to write comment.