Color Hex Logo

#ef33eb Color Hex

#EF33EB
(239,51,235)
0 Favorites   0 Comments

Color spaces of #ef33eb

RGB 23951235
HSL0.840.850.57
HSV301°79°94°
CMYK 0.000.790.02   0.06
XYZ51.775826.716581.0252
Yxy26.71650.32460.1675
Hunter Lab51.688088.3492-56.7603
CIE-Lab58.711086.3201-52.4263

#ef33eb color RGB value is (239,51,235).

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

The process color (four color CMYK) of #ef33eb color hex is 0.00, 0.79, 0.02, 0.06. Web safe color of #ef33eb is #ff33ff. Color #ef33eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110011 11101011
Octal 357 63 353
Decimal 239 51 235
Hex EF 33 EB

RGB Percentages of Color #ef33eb

%45.52
%9.71
%44.76

CMYK Percentages of Color #ef33eb

%0
%79
%2
%6

Triadic Colors of #ef33eb

#ef33eb #ebef33 #33ebef

Analogous Colors of #ef33eb

#ef33eb #ef338d #9533ef

Monochromatic Colors of #ef33eb

#ef33eb

Complementary Color

#ef33eb #33ef37

#ef33eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef33eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef33eb Color CSS Codes

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

#ef33eb Text Font Color

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

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


#ef33eb Background Color

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

This div background color is #ef33eb


#ef33eb Border Color

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

This div border color is #ef33eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef33eb


Comments

No comments written yet.

Please login to write comment.