Color Hex Logo

#ef3afb Color Hex

#EF3AFB
(239,58,251)
0 Favorites   0 Comments

Color spaces of #ef3afb

RGB 23958251
HSL0.820.960.61
HSV296°77°98°
CMYK 0.050.770.00   0.02
XYZ54.522228.341993.8637
Yxy28.34190.30850.1604
Hunter Lab53.237189.6439-67.2697
CIE-Lab60.196487.0137-58.9724

#ef3afb color RGB value is (239,58,251).

#ef3afb hex color red value is 239, green value is 58 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ef3afb hue: 0.82 , saturation: 0.96 and the lightness value of ef3afb is 0.61.

The process color (four color CMYK) of #ef3afb color hex is 0.05, 0.77, 0.00, 0.02. Web safe color of #ef3afb is #ff33ff. Color #ef3afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111010 11111011
Octal 357 72 373
Decimal 239 58 251
Hex EF 3A FB

RGB Percentages of Color #ef3afb

%43.61
%10.58
%45.80

CMYK Percentages of Color #ef3afb

%5
%77
%0
%2

Triadic Colors of #ef3afb

#ef3afb #fbef3a #3afbef

Analogous Colors of #ef3afb

#ef3afb #fb3aa7 #8f3afb

Monochromatic Colors of #ef3afb

#ef3afb

Complementary Color

#ef3afb #46fb3a

#ef3afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3afb Color CSS Codes

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

#ef3afb Text Font Color

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

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


#ef3afb Background Color

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

This div background color is #ef3afb


#ef3afb Border Color

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

This div border color is #ef3afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3afb


Comments

No comments written yet.

Please login to write comment.