color codes Logo

#ef3dfc color codes

#EF3DFC
(239,61,252)
0 Favorites   0 Comments

Color spaces of #ef3dfc

RGB 23961252
HSL0.820.970.61
HSV296°76°99°
CMYK 0.050.760.00   0.01
XYZ54.836028.716594.7481
Yxy28.71650.30750.1611
Hunter Lab53.587888.8792-67.3187
CIE-Lab60.530686.3686-58.9921

#ef3dfc color RGB value is (239,61,252).

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

The process color (four color CMYK) of #ef3dfc color code is 0.05, 0.76, 0.00, 0.01. Web safe color of #ef3dfc is #ff33ff. Color #ef3dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111101 11111100
Octal 357 75 374
Decimal 239 61 252
Hex EF 3D FC

RGB Percentages of Color #ef3dfc

%43.30
%11.05
%45.65

CMYK Percentages of Color #ef3dfc

%5
%76
%0
%1

Triadic Colors of #ef3dfc

#ef3dfc #fcef3d #3dfcef

Analogous Colors of #ef3dfc

#ef3dfc #fc3daa #903dfc

Monochromatic Colors of #ef3dfc

#ef3dfc

Complementary Color

#ef3dfc #4afc3d

#ef3dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3dfc Color CSS Codes

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

#ef3dfc Text Font Color

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

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


#ef3dfc Background Color

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

This div background color is #ef3dfc


#ef3dfc Border Color

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

This div border color is #ef3dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.