Color Hex Logo

#f634ec Color Hex

#F634EC
(246,52,236)
0 Favorites   0 Comments

Color spaces of #f634ec

RGB 24652236
HSL0.840.920.58
HSV303°79°96°
CMYK 0.000.790.04   0.04
XYZ54.374328.104981.9158
Yxy28.10490.33080.1710
Hunter Lab53.014190.3054-54.5034
CIE-Lab59.983487.5558-50.8941

#f634ec color RGB value is (246,52,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110100 11101100
Octal 366 64 354
Decimal 246 52 236
Hex F6 34 EC

RGB Percentages of Color #f634ec

%46.07
%9.74
%44.19

CMYK Percentages of Color #f634ec

%0
%79
%4
%4

Triadic Colors of #f634ec

#f634ec #ecf634 #34ecf6

Analogous Colors of #f634ec

#f634ec #f6348b #9f34f6

Monochromatic Colors of #f634ec

#f634ec

Complementary Color

#f634ec #34f63e

#f634ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f634ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f634ec Color CSS Codes

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

#f634ec Text Font Color

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

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


#f634ec Background Color

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

This div background color is #f634ec


#f634ec Border Color

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

This div border color is #f634ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f634ec


Comments

No comments written yet.

Please login to write comment.