Color Hex Logo

#ef45bb Color Hex

#EF45BB
(239,69,187)
0 Favorites   0 Comments

Color spaces of #ef45bb

RGB 23969187
HSL0.880.840.60
HSV318°71°94°
CMYK 0.000.710.22   0.06
XYZ46.694426.194849.6087
Yxy26.19480.38120.2138
Hunter Lab51.180973.2864-21.6422
CIE-Lab58.221574.6087-25.9286

#ef45bb color RGB value is (239,69,187).

#ef45bb hex color red value is 239, green value is 69 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ef45bb hue: 0.88 , saturation: 0.84 and the lightness value of ef45bb is 0.60.

The process color (four color CMYK) of #ef45bb color hex is 0.00, 0.71, 0.22, 0.06. Web safe color of #ef45bb is #ff33cc. Color #ef45bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000101 10111011
Octal 357 105 273
Decimal 239 69 187
Hex EF 45 BB

RGB Percentages of Color #ef45bb

%48.28
%13.94
%37.78

CMYK Percentages of Color #ef45bb

%0
%71
%22
%6

Triadic Colors of #ef45bb

#ef45bb #bbef45 #45bbef

Analogous Colors of #ef45bb

#ef45bb #ef4566 #ce45ef

Monochromatic Colors of #ef45bb

#ef45bb

Complementary Color

#ef45bb #45ef79

#ef45bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef45bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef45bb Color CSS Codes

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

#ef45bb Text Font Color

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

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


#ef45bb Background Color

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

This div background color is #ef45bb


#ef45bb Border Color

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

This div border color is #ef45bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef45bb


Comments

No comments written yet.

Please login to write comment.