Color Hex Logo

#ef21fc Color Hex

#EF21FC
(239,33,252)
0 Favorites   0 Comments

Color spaces of #ef21fc

RGB 23933252
HSL0.820.970.56
HSV296°87°99°
CMYK 0.050.870.00   0.01
XYZ53.711126.466794.3732
Yxy26.46670.30770.1516
Hunter Lab51.445896.3297-72.7507
CIE-Lab58.477492.3526-62.2799

#ef21fc color RGB value is (239,33,252).

#ef21fc hex color red value is 239, green value is 33 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ef21fc hue: 0.82 , saturation: 0.97 and the lightness value of ef21fc is 0.56.

The process color (four color CMYK) of #ef21fc color hex is 0.05, 0.87, 0.00, 0.01. Web safe color of #ef21fc is #ff33ff. Color #ef21fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100001 11111100
Octal 357 41 374
Decimal 239 33 252
Hex EF 21 FC

RGB Percentages of Color #ef21fc

%45.61
%6.30
%48.09

CMYK Percentages of Color #ef21fc

%5
%87
%0
%1

Triadic Colors of #ef21fc

#ef21fc #fcef21 #21fcef

Analogous Colors of #ef21fc

#ef21fc #fc219c #8221fc

Monochromatic Colors of #ef21fc

#ef21fc

Complementary Color

#ef21fc #2efc21

#ef21fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef21fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef21fc Color CSS Codes

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

#ef21fc Text Font Color

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

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


#ef21fc Background Color

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

This div background color is #ef21fc


#ef21fc Border Color

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

This div border color is #ef21fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef21fc


Comments

No comments written yet.

Please login to write comment.