Color Hex Logo

#ef73db Color Hex

#EF73DB
(239,115,219)
0 Favorites   0 Comments

Color spaces of #ef73db

RGB 239115219
HSL0.860.790.69
HSV310°52°94°
CMYK 0.000.520.08   0.06
XYZ54.513535.726771.0406
Yxy35.72670.33800.2215
Hunter Lab59.771858.1961-28.6277
CIE-Lab66.310660.6373-31.5503

#ef73db color RGB value is (239,115,219).

#ef73db hex color red value is 239, green value is 115 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ef73db hue: 0.86 , saturation: 0.79 and the lightness value of ef73db is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110011 11011011
Octal 357 163 333
Decimal 239 115 219
Hex EF 73 DB

RGB Percentages of Color #ef73db

%41.71
%20.07
%38.22

CMYK Percentages of Color #ef73db

%0
%52
%8
%6

Triadic Colors of #ef73db

#ef73db #dbef73 #73dbef

Analogous Colors of #ef73db

#ef73db #ef739d #c573ef

Monochromatic Colors of #ef73db

#ef73db

Complementary Color

#ef73db #73ef87

#ef73db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef73db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef73db Color CSS Codes

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

#ef73db Text Font Color

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

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


#ef73db Background Color

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

This div background color is #ef73db


#ef73db Border Color

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

This div border color is #ef73db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef73db


Comments

No comments written yet.

Please login to write comment.