Color Hex Logo

#ef21eb Color Hex

#EF21EB
(239,33,235)
0 Favorites   0 Comments

Color spaces of #ef21eb

RGB 23933235
HSL0.840.870.53
HSV301°86°94°
CMYK 0.000.860.02   0.06
XYZ51.135925.436680.8119
Yxy25.43660.32490.1616
Hunter Lab50.434792.7209-59.6965
CIE-Lab57.498489.8577-54.3578

#ef21eb color RGB value is (239,33,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100001 11101011
Octal 357 41 353
Decimal 239 33 235
Hex EF 21 EB

RGB Percentages of Color #ef21eb

%47.14
%6.51
%46.35

CMYK Percentages of Color #ef21eb

%0
%86
%2
%6

Triadic Colors of #ef21eb

#ef21eb #ebef21 #21ebef

Analogous Colors of #ef21eb

#ef21eb #ef2184 #8c21ef

Monochromatic Colors of #ef21eb

#ef21eb

Complementary Color

#ef21eb #21ef25

#ef21eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef21eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef21eb Color CSS Codes

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

#ef21eb Text Font Color

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

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


#ef21eb Background Color

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

This div background color is #ef21eb


#ef21eb Border Color

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

This div border color is #ef21eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef21eb


Comments

No comments written yet.

Please login to write comment.