Color Hex Logo

#ef72bf Color Hex

#EF72BF
(239,114,191)
0 Favorites   0 Comments

Color spaces of #ef72bf

RGB 239114191
HSL0.900.800.69
HSV323°52°94°
CMYK 0.000.520.20   0.06
XYZ51.017934.146953.1923
Yxy34.14690.36870.2468
Hunter Lab58.435353.5804-13.0655
CIE-Lab65.079056.8695-17.7252

#ef72bf color RGB value is (239,114,191).

#ef72bf hex color red value is 239, green value is 114 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ef72bf hue: 0.90 , saturation: 0.80 and the lightness value of ef72bf is 0.69.

The process color (four color CMYK) of #ef72bf color hex is 0.00, 0.52, 0.20, 0.06. Web safe color of #ef72bf is #ff66cc. Color #ef72bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110010 10111111
Octal 357 162 277
Decimal 239 114 191
Hex EF 72 BF

RGB Percentages of Color #ef72bf

%43.93
%20.96
%35.11

CMYK Percentages of Color #ef72bf

%0
%52
%20
%6

Triadic Colors of #ef72bf

#ef72bf #bfef72 #72bfef

Analogous Colors of #ef72bf

#ef72bf #ef7281 #e172ef

Monochromatic Colors of #ef72bf

#ef72bf

Complementary Color

#ef72bf #72efa2

#ef72bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef72bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef72bf Color CSS Codes

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

#ef72bf Text Font Color

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

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


#ef72bf Background Color

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

This div background color is #ef72bf


#ef72bf Border Color

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

This div border color is #ef72bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef72bf


Comments

No comments written yet.

Please login to write comment.