Color Hex Logo

#ef39bb Color Hex

#EF39BB
(239,57,187)
0 Favorites   0 Comments

Color spaces of #ef39bb

RGB 23957187
HSL0.880.850.58
HSV317°76°94°
CMYK 0.000.760.22   0.06
XYZ46.029424.864849.3871
Yxy24.86480.38270.2067
Hunter Lab49.864677.5080-23.8170
CIE-Lab56.943578.2356-27.9026

#ef39bb color RGB value is (239,57,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111001 10111011
Octal 357 71 273
Decimal 239 57 187
Hex EF 39 BB

RGB Percentages of Color #ef39bb

%49.48
%11.80
%38.72

CMYK Percentages of Color #ef39bb

%0
%76
%22
%6

Triadic Colors of #ef39bb

#ef39bb #bbef39 #39bbef

Analogous Colors of #ef39bb

#ef39bb #ef3960 #c839ef

Monochromatic Colors of #ef39bb

#ef39bb

Complementary Color

#ef39bb #39ef6d

#ef39bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef39bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef39bb Color CSS Codes

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

#ef39bb Text Font Color

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

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


#ef39bb Background Color

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

This div background color is #ef39bb


#ef39bb Border Color

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

This div border color is #ef39bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef39bb


Comments

No comments written yet.

Please login to write comment.