Color Hex Logo

#f63feb Color Hex

#F63FEB
(246,63,235)
0 Favorites   0 Comments

Color spaces of #f63feb

RGB 24663235
HSL0.840.910.61
HSV304°74°96°
CMYK 0.000.740.04   0.04
XYZ54.778929.146081.3358
Yxy29.14600.33150.1764
Hunter Lab53.987086.6409-51.5342
CIE-Lab60.910384.5876-48.8657

#f63feb color RGB value is (246,63,235).

#f63feb hex color red value is 246, green value is 63 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f63feb hue: 0.84 , saturation: 0.91 and the lightness value of f63feb is 0.61.

The process color (four color CMYK) of #f63feb color hex is 0.00, 0.74, 0.04, 0.04. Web safe color of #f63feb is #ff33ff. Color #f63feb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00111111 11101011
Octal 366 77 353
Decimal 246 63 235
Hex F6 3F EB

RGB Percentages of Color #f63feb

%45.22
%11.58
%43.20

CMYK Percentages of Color #f63feb

%0
%74
%4
%4

Triadic Colors of #f63feb

#f63feb #ebf63f #3febf6

Analogous Colors of #f63feb

#f63feb #f63f90 #a63ff6

Monochromatic Colors of #f63feb

#f63feb

Complementary Color

#f63feb #3ff64a

#f63feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63feb Color CSS Codes

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

#f63feb Text Font Color

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

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


#f63feb Background Color

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

This div background color is #f63feb


#f63feb Border Color

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

This div border color is #f63feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63feb


Comments

No comments written yet.

Please login to write comment.