Color Hex Logo

#ef34eb Color Hex

#EF34EB
(239,52,235)
0 Favorites   0 Comments

Color spaces of #ef34eb

RGB 23952235
HSL0.840.850.57
HSV301°78°94°
CMYK 0.000.780.02   0.06
XYZ51.820026.804981.0399
Yxy26.80490.32460.1679
Hunter Lab51.773488.0570-56.5640
CIE-Lab58.793386.0815-52.2953

#ef34eb color RGB value is (239,52,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110100 11101011
Octal 357 64 353
Decimal 239 52 235
Hex EF 34 EB

RGB Percentages of Color #ef34eb

%45.44
%9.89
%44.68

CMYK Percentages of Color #ef34eb

%0
%78
%2
%6

Triadic Colors of #ef34eb

#ef34eb #ebef34 #34ebef

Analogous Colors of #ef34eb

#ef34eb #ef348e #9634ef

Monochromatic Colors of #ef34eb

#ef34eb

Complementary Color

#ef34eb #34ef38

#ef34eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef34eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef34eb Color CSS Codes

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

#ef34eb Text Font Color

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

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


#ef34eb Background Color

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

This div background color is #ef34eb


#ef34eb Border Color

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

This div border color is #ef34eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef34eb


Comments

No comments written yet.

Please login to write comment.