Color Hex Logo

#ef197d Color Hex

#EF197D
(239,25,125)
0 Favorites   0 Comments

Color spaces of #ef197d

RGB 23925125
HSL0.920.870.52
HSV332°90°94°
CMYK 0.000.900.48   0.06
XYZ39.645920.526721.2745
Yxy20.52670.48680.2520
Hunter Lab45.306476.91233.8737
CIE-Lab52.427678.63911.9238

#ef197d color RGB value is (239,25,125).

#ef197d hex color red value is 239, green value is 25 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ef197d hue: 0.92 , saturation: 0.87 and the lightness value of ef197d is 0.52.

The process color (four color CMYK) of #ef197d color hex is 0.00, 0.90, 0.48, 0.06. Web safe color of #ef197d is #ff0066. Color #ef197d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011001 01111101
Octal 357 31 175
Decimal 239 25 125
Hex EF 19 7D

RGB Percentages of Color #ef197d

%61.44
%6.43
%32.13

CMYK Percentages of Color #ef197d

%0
%90
%48
%6

Triadic Colors of #ef197d

#ef197d #7def19 #197def

Analogous Colors of #ef197d

#ef197d #ef2019 #ef19e8

Monochromatic Colors of #ef197d

#ef197d

Complementary Color

#ef197d #19ef8b

#ef197d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef197d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef197d Color CSS Codes

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

#ef197d Text Font Color

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

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


#ef197d Background Color

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

This div background color is #ef197d


#ef197d Border Color

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

This div border color is #ef197d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef197d


Comments

No comments written yet.

Please login to write comment.