Color Hex Logo

#ef05db Color Hex

#EF05DB
(239,5,219)
0 Favorites   0 Comments

Color spaces of #ef05db

RGB 2395219
HSL0.850.960.48
HSV305°98°94°
CMYK 0.000.980.08   0.06
XYZ48.437123.573769.0151
Yxy23.57370.34350.1672
Hunter Lab48.552893.1075-50.2906
CIE-Lab55.658490.5047-48.2516

#ef05db color RGB value is (239,5,219).

#ef05db hex color red value is 239, green value is 5 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ef05db hue: 0.85 , saturation: 0.96 and the lightness value of ef05db is 0.48.

The process color (four color CMYK) of #ef05db color hex is 0.00, 0.98, 0.08, 0.06. Web safe color of #ef05db is #ff00cc. Color #ef05db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000101 11011011
Octal 357 5 333
Decimal 239 5 219
Hex EF 5 DB

RGB Percentages of Color #ef05db

%51.62
%1.08
%47.30

CMYK Percentages of Color #ef05db

%0
%98
%8
%6

Triadic Colors of #ef05db

#ef05db #dbef05 #05dbef

Analogous Colors of #ef05db

#ef05db #ef0566 #8e05ef

Monochromatic Colors of #ef05db

#ef05db

Complementary Color

#ef05db #05ef19

#ef05db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef05db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef05db Color CSS Codes

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

#ef05db Text Font Color

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

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


#ef05db Background Color

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

This div background color is #ef05db


#ef05db Border Color

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

This div border color is #ef05db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,5,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 #ef05db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef05db


Comments

No comments written yet.

Please login to write comment.