Color Hex Logo

#ef33bb Color Hex

#EF33BB
(239,51,187)
0 Favorites   0 Comments

Color spaces of #ef33bb

RGB 23951187
HSL0.880.850.57
HSV317°79°94°
CMYK 0.000.790.22   0.06
XYZ45.750124.306249.2940
Yxy24.30620.38330.2037
Hunter Lab49.301379.3652-24.7703
CIE-Lab56.393179.8121-28.7549

#ef33bb color RGB value is (239,51,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110011 10111011
Octal 357 63 273
Decimal 239 51 187
Hex EF 33 BB

RGB Percentages of Color #ef33bb

%50.10
%10.69
%39.20

CMYK Percentages of Color #ef33bb

%0
%79
%22
%6

Triadic Colors of #ef33bb

#ef33bb #bbef33 #33bbef

Analogous Colors of #ef33bb

#ef33bb #ef335d #c533ef

Monochromatic Colors of #ef33bb

#ef33bb

Complementary Color

#ef33bb #33ef67

#ef33bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef33bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef33bb Color CSS Codes

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

#ef33bb Text Font Color

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

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


#ef33bb Background Color

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

This div background color is #ef33bb


#ef33bb Border Color

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

This div border color is #ef33bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef33bb


Comments

No comments written yet.

Please login to write comment.