Color Hex Logo

#f63efe Color Hex

#F63EFE
(246,62,254)
0 Favorites   0 Comments

Color spaces of #f63efe

RGB 24662254
HSL0.830.990.62
HSV298°76°100°
CMYK 0.030.760.00   0.00
XYZ57.618130.193896.5571
Yxy30.19380.31250.1638
Hunter Lab54.948991.0103-65.7212
CIE-Lab61.821187.7297-57.9747

#f63efe color RGB value is (246,62,254).

#f63efe hex color red value is 246, green value is 62 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f63efe hue: 0.83 , saturation: 0.99 and the lightness value of f63efe is 0.62.

The process color (four color CMYK) of #f63efe color hex is 0.03, 0.76, 0.00, 0.00. Web safe color of #f63efe is #ff33ff. Color #f63efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00111110 11111110
Octal 366 76 376
Decimal 246 62 254
Hex F6 3E FE

RGB Percentages of Color #f63efe

%43.77
%11.03
%45.20

CMYK Percentages of Color #f63efe

%3
%76
%0
%0

Triadic Colors of #f63efe

#f63efe #fef63e #3efef6

Analogous Colors of #f63efe

#f63efe #fe3ea6 #963efe

Monochromatic Colors of #f63efe

#f63efe

Complementary Color

#f63efe #46fe3e

#f63efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63efe Color CSS Codes

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

#f63efe Text Font Color

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

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


#f63efe Background Color

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

This div background color is #f63efe


#f63efe Border Color

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

This div border color is #f63efe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,62,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63efe


Comments

No comments written yet.

Please login to write comment.