Color Hex Logo

#ef5efc Color Hex

#EF5EFC
(239,94,252)
0 Favorites   0 Comments

Color spaces of #ef5efc

RGB 23994252
HSL0.820.960.68
HSV295°63°99°
CMYK 0.050.630.00   0.01
XYZ57.170033.384495.5261
Yxy33.38440.30720.1794
Hunter Lab57.779275.5042-57.5784
CIE-Lab64.471075.2080-52.7196

#ef5efc color RGB value is (239,94,252).

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

The process color (four color CMYK) of #ef5efc color hex is 0.05, 0.63, 0.00, 0.01. Web safe color of #ef5efc is #ff66ff. Color #ef5efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011110 11111100
Octal 357 136 374
Decimal 239 94 252
Hex EF 5E FC

RGB Percentages of Color #ef5efc

%40.85
%16.07
%43.08

CMYK Percentages of Color #ef5efc

%5
%63
%0
%1

Triadic Colors of #ef5efc

#ef5efc #fcef5e #5efcef

Analogous Colors of #ef5efc

#ef5efc #fc5eba #a05efc

Monochromatic Colors of #ef5efc

#ef5efc

Complementary Color

#ef5efc #6bfc5e

#ef5efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5efc Color CSS Codes

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

#ef5efc Text Font Color

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

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


#ef5efc Background Color

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

This div background color is #ef5efc


#ef5efc Border Color

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

This div border color is #ef5efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5efc


Comments

No comments written yet.

Please login to write comment.