Color Hex Logo

#f426fc Color Hex

#F426FC
(244,38,252)
0 Favorites   0 Comments

Color spaces of #f426fc

RGB 24438252
HSL0.830.970.57
HSV298°85°99°
CMYK 0.030.850.00   0.01
XYZ55.572027.647694.5030
Yxy27.64760.31270.1556
Hunter Lab52.581096.6371-69.7543
CIE-Lab59.569092.3673-60.4852

#f426fc color RGB value is (244,38,252).

#f426fc hex color red value is 244, green value is 38 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f426fc hue: 0.83 , saturation: 0.97 and the lightness value of f426fc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100110 11111100
Octal 364 46 374
Decimal 244 38 252
Hex F4 26 FC

RGB Percentages of Color #f426fc

%45.69
%7.12
%47.19

CMYK Percentages of Color #f426fc

%3
%85
%0
%1

Triadic Colors of #f426fc

#f426fc #fcf426 #26fcf4

Analogous Colors of #f426fc

#f426fc #fc2699 #8926fc

Monochromatic Colors of #f426fc

#f426fc

Complementary Color

#f426fc #2efc26

#f426fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f426fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f426fc Color CSS Codes

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

#f426fc Text Font Color

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

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


#f426fc Background Color

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

This div background color is #f426fc


#f426fc Border Color

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

This div border color is #f426fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f426fc


Comments

No comments written yet.

Please login to write comment.