Color Hex Logo

#ef05bb Color Hex

#EF05BB
(239,5,187)
0 Favorites   0 Comments

Color spaces of #ef05bb

RGB 2395187
HSL0.870.960.48
HSV313°98°94°
CMYK 0.000.980.22   0.06
XYZ44.620522.047148.9175
Yxy22.04710.38600.1907
Hunter Lab46.954387.4577-28.9009
CIE-Lab54.076986.5435-32.3563

#ef05bb color RGB value is (239,5,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000101 10111011
Octal 357 5 273
Decimal 239 5 187
Hex EF 5 BB

RGB Percentages of Color #ef05bb

%55.45
%1.16
%43.39

CMYK Percentages of Color #ef05bb

%0
%98
%22
%6

Triadic Colors of #ef05bb

#ef05bb #bbef05 #05bbef

Analogous Colors of #ef05bb

#ef05bb #ef0546 #ae05ef

Monochromatic Colors of #ef05bb

#ef05bb

Complementary Color

#ef05bb #05ef39

#ef05bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef05bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef05bb Color CSS Codes

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

#ef05bb Text Font Color

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

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


#ef05bb Background Color

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

This div background color is #ef05bb


#ef05bb Border Color

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

This div border color is #ef05bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef05bb


Comments

No comments written yet.

Please login to write comment.