Color Hex Logo

#f65efc Color Hex

#F65EFC
(246,94,252)
0 Favorites   0 Comments

Color spaces of #f65efc

RGB 24694252
HSL0.830.960.68
HSV298°63°99°
CMYK 0.020.630.00   0.01
XYZ59.579434.626595.6389
Yxy34.62650.31380.1824
Hunter Lab58.844377.7524-55.1723
CIE-Lab65.456876.8064-51.0951

#f65efc color RGB value is (246,94,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011110 11111100
Octal 366 136 374
Decimal 246 94 252
Hex F6 5E FC

RGB Percentages of Color #f65efc

%41.55
%15.88
%42.57

CMYK Percentages of Color #f65efc

%2
%63
%0
%1

Triadic Colors of #f65efc

#f65efc #fcf65e #5efcf6

Analogous Colors of #f65efc

#f65efc #fc5eb3 #a75efc

Monochromatic Colors of #f65efc

#f65efc

Complementary Color

#f65efc #64fc5e

#f65efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65efc Color CSS Codes

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

#f65efc Text Font Color

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

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


#f65efc Background Color

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

This div background color is #f65efc


#f65efc Border Color

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

This div border color is #f65efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65efc

Related Colors


Comments

No comments written yet.

Please login to write comment.