Color Hex Logo

#f63aec Color Hex

#F63AEC
(246,58,236)
0 Favorites   0 Comments

Color spaces of #f63aec

RGB 24658236
HSL0.840.910.60
HSV303°76°96°
CMYK 0.000.760.04   0.04
XYZ54.659428.675182.0109
Yxy28.67510.33060.1734
Hunter Lab53.549188.4900-53.3187
CIE-Lab60.493886.0799-50.0844

#f63aec color RGB value is (246,58,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00111010 11101100
Octal 366 72 354
Decimal 246 58 236
Hex F6 3A EC

RGB Percentages of Color #f63aec

%45.56
%10.74
%43.70

CMYK Percentages of Color #f63aec

%0
%76
%4
%4

Triadic Colors of #f63aec

#f63aec #ecf63a #3aecf6

Analogous Colors of #f63aec

#f63aec #f63a8e #a23af6

Monochromatic Colors of #f63aec

#f63aec

Complementary Color

#f63aec #3af644

#f63aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63aec Color CSS Codes

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

#f63aec Text Font Color

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

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


#f63aec Background Color

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

This div background color is #f63aec


#f63aec Border Color

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

This div border color is #f63aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63aec


Comments

No comments written yet.

Please login to write comment.