Color Hex Logo

#ef197b Color Hex

#EF197B
(239,25,123)
0 Favorites   0 Comments

Color spaces of #ef197b

RGB 23925123
HSL0.920.870.52
HSV333°90°94°
CMYK 0.000.900.49   0.06
XYZ39.519420.476020.6083
Yxy20.47600.49030.2540
Hunter Lab45.250476.70464.6730
CIE-Lab52.371278.48443.0508

#ef197b color RGB value is (239,25,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011001 01111011
Octal 357 31 173
Decimal 239 25 123
Hex EF 19 7B

RGB Percentages of Color #ef197b

%61.76
%6.46
%31.78

CMYK Percentages of Color #ef197b

%0
%90
%49
%6

Triadic Colors of #ef197b

#ef197b #7bef19 #197bef

Analogous Colors of #ef197b

#ef197b #ef2219 #ef19e6

Monochromatic Colors of #ef197b

#ef197b

Complementary Color

#ef197b #19ef8d

#ef197b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef197b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef197b Color CSS Codes

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

#ef197b Text Font Color

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

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


#ef197b Background Color

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

This div background color is #ef197b


#ef197b Border Color

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

This div border color is #ef197b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef197b


Comments

No comments written yet.

Please login to write comment.