Color Hex Logo

#ef3afc Color Hex

#EF3AFC
(239,58,252)
0 Favorites   0 Comments

Color spaces of #ef3afc

RGB 23958252
HSL0.820.970.61
HSV296°77°99°
CMYK 0.050.770.00   0.01
XYZ54.680328.405194.6962
Yxy28.40510.30760.1598
Hunter Lab53.296489.8661-68.0380
CIE-Lab60.253087.1710-59.4359

#ef3afc color RGB value is (239,58,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111010 11111100
Octal 357 72 374
Decimal 239 58 252
Hex EF 3A FC

RGB Percentages of Color #ef3afc

%43.53
%10.56
%45.90

CMYK Percentages of Color #ef3afc

%5
%77
%0
%1

Triadic Colors of #ef3afc

#ef3afc #fcef3a #3afcef

Analogous Colors of #ef3afc

#ef3afc #fc3aa8 #8e3afc

Monochromatic Colors of #ef3afc

#ef3afc

Complementary Color

#ef3afc #47fc3a

#ef3afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3afc Color CSS Codes

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

#ef3afc Text Font Color

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

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


#ef3afc Background Color

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

This div background color is #ef3afc


#ef3afc Border Color

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

This div border color is #ef3afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3afc


Comments

No comments written yet.

Please login to write comment.